Avoiding allOf swagger syntax generated by swagger-core -
i'm using generator based on io.swagger's swagger-core + swagger-jaxrs library v1.5.13 , wonder if there's option avoid allof
syntax. other tool use doesn't support allof
syntax , can't use it.
i don't bending our java model because of 1 problematic technology, there , option how tell library not generate allof
, flatten view on hirarchy of objects instead?
i have custom modelresolver
, hope more elegant solution transforming syntax code.
Comments
Post a Comment