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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -