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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
72
72
|licenseName|The name of the license||Unlicense|
73
73
|licenseUrl|The URL of the license||http://unlicense.org|
74
74
|modelPackage|package for generated models||org.openapitools.model|
75
-
|oneOfInterfacesDeduction|whether to use deduction for generated oneOf interfaces||false|
76
75
|openApiNullable|Enable OpenAPI Jackson Nullable library. Not supported by `microprofile` library.||true|
77
76
|optionalAcceptNullable|Use `ofNullable` instead of just `of` to accept null values when using Optional.||true|
78
77
|parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
@@ -99,6 +98,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
99
98
|title|server title name or client service name||OpenAPI Spring|
100
99
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
101
100
|useBeanValidation|Use BeanValidation API annotations||true|
101
+
|useDeductionForOneOfInterfaces|whether to use deduction for generated oneOf interfaces||false|
102
102
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
103
103
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
104
104
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
65
65
|licenseName|The name of the license||Unlicense|
66
66
|licenseUrl|The URL of the license||http://unlicense.org|
67
67
|modelPackage|package for generated models||org.openapitools.model|
68
-
|oneOfInterfacesDeduction|whether to use deduction for generated oneOf interfaces||false|
69
68
|openApiNullable|Enable OpenAPI Jackson Nullable library. Not supported by `microprofile` library.||true|
70
69
|optionalAcceptNullable|Use `ofNullable` instead of just `of` to accept null values when using Optional.||true|
71
70
|parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
@@ -92,6 +91,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
92
91
|title|server title name or client service name||OpenAPI Spring|
93
92
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
94
93
|useBeanValidation|Use BeanValidation API annotations||true|
94
+
|useDeductionForOneOfInterfaces|whether to use deduction for generated oneOf interfaces||false|
95
95
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
96
96
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
97
97
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
0 commit comments