You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/java-camel.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
127
127
|useSpringController|Annotate the generated API as a Spring Controller||false|
128
128
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies||true|
129
129
|useTags|use tags for creating interface and controller classnames||false|
130
+
|useWrapperForMixedOneOf|whether to use @JsonUnwrapped and a Wrapper interface for inline oneOf combined with allOf/properties and without discriminator||false|
130
131
|virtualService|Generates the virtual service. For more details refer - https://github.com/virtualansoftware/virtualan/wiki||false|
131
132
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
132
133
|xImplementsSkip|Ability to choose interfaces that should NOT be implemented in the models despite their presence in vendor extension `x-implements`. Takes a list of fully qualified interface names. Example: yaml `xImplementsSkip: [com.some.pack.WithPhotoUrls]` skips implementing the interface `com.some.pack.WithPhotoUrls` in any schema||empty list|
Copy file name to clipboardExpand all lines: docs/generators/java-microprofile.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
112
112
|useSpringBoot4|Generate code and provide dependencies for use with Spring Boot 4.x.||false|
113
113
|useUnaryInterceptor|If true it will generate ResponseInterceptors using a UnaryOperator. This can be usefull for manipulating the request before it gets passed, for example doing your own decryption||false|
114
114
|useVertx5|Whether to use Vert.x 5 syntax.||false|
115
+
|useWrapperForMixedOneOf|whether to use @JsonUnwrapped and a Wrapper interface for inline oneOf combined with allOf/properties and without discriminator||false|
115
116
|webclientBlockingOperations|Making all WebClient operations blocking(sync). Note that if on operation 'x-webclient-blocking: false' then such operation won't be sync||false|
116
117
|withAWSV4Signature|whether to include AWS v4 signature support (only available for okhttp-gson library)||false|
117
118
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
Copy file name to clipboardExpand all lines: docs/generators/java.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
112
112
|useSpringBoot4|Generate code and provide dependencies for use with Spring Boot 4.x.||false|
113
113
|useUnaryInterceptor|If true it will generate ResponseInterceptors using a UnaryOperator. This can be usefull for manipulating the request before it gets passed, for example doing your own decryption||false|
114
114
|useVertx5|Whether to use Vert.x 5 syntax.||false|
115
+
|useWrapperForMixedOneOf|whether to use @JsonUnwrapped and a Wrapper interface for inline oneOf combined with allOf/properties and without discriminator||false|
115
116
|webclientBlockingOperations|Making all WebClient operations blocking(sync). Note that if on operation 'x-webclient-blocking: false' then such operation won't be sync||false|
116
117
|withAWSV4Signature|whether to include AWS v4 signature support (only available for okhttp-gson library)||false|
117
118
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
120
120
|useSpringController|Annotate the generated API as a Spring Controller||false|
121
121
|useSwaggerUI|Open the OpenApi specification in swagger-ui. Will also import and configure needed dependencies||true|
122
122
|useTags|use tags for creating interface and controller classnames||false|
123
+
|useWrapperForMixedOneOf|whether to use @JsonUnwrapped and a Wrapper interface for inline oneOf combined with allOf/properties and without discriminator||false|
123
124
|virtualService|Generates the virtual service. For more details refer - https://github.com/virtualansoftware/virtualan/wiki||false|
124
125
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)||false|
125
126
|xImplementsSkip|Ability to choose interfaces that should NOT be implemented in the models despite their presence in vendor extension `x-implements`. Takes a list of fully qualified interface names. Example: yaml `xImplementsSkip: [com.some.pack.WithPhotoUrls]` skips implementing the interface `com.some.pack.WithPhotoUrls` in any schema||empty list|
0 commit comments