Generate {} instead of object in OpenAPI spec #1361
-
Hello all I am generating the OpenAPI spec from java.ws.rs with the gradle plugin. I have a container object that has an accessor method Is there a way to generate the correct return type? For example by adding an annotation to the Java method. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi @Hes-Siemelink , this should work as you expect when #1347 is merged and released. I hope/expect it should be in the next version. |
Beta Was this translation helpful? Give feedback.
-
Cool, thanks! |
Beta Was this translation helpful? Give feedback.
Hi @Hes-Siemelink , this should work as you expect when #1347 is merged and released. I hope/expect it should be in the next version.