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-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
@@ -95,6 +95,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
95
95
|testOutput|Set output folder for models and APIs tests||${project.build.directory}/generated-test-sources/openapi|
96
96
|useAbstractionForFiles|Use alternative types instead of java.io.File to allow passing bytes without a file on disk. Available on resttemplate, webclient, restclient, libraries||false|
97
97
|useBeanValidation|Use BeanValidation API annotations||false|
98
+
|useDeductionForOneOfInterfaces|whether to use deduction for generated oneOf interfaces||false|
98
99
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
|useJackson3|Use Jackson 3 instead of Jackson 2. Supported for 'native' and 'apache-httpclient' libraries (requires Java 17+) and for Spring 'resttemplate', 'webclient', and 'restclient' libraries (require useSpringBoot4=true).||false|
0 commit comments