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
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
99
99
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
100
100
|useBeanValidation|Use BeanValidation API annotations||true|
101
101
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
102
+
|useFeignClientContextId|Whether to generate Feign client with contextId parameter.||true|
102
103
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
103
104
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
104
105
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
Copy file name to clipboardexpand all lines: docs/generators/spring.md
+1
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
92
92
|unhandledException|Declare operation methods to throw a generic exception and allow unhandled exceptions (useful for Spring `@ControllerAdvice` directives).||false|
93
93
|useBeanValidation|Use BeanValidation API annotations||true|
94
94
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison||false|
95
+
|useFeignClientContextId|Whether to generate Feign client with contextId parameter.||true|
95
96
|useFeignClientUrl|Whether to generate Feign client with url parameter.||true|
96
97
|useJakartaEe|whether to use Jakarta EE namespace instead of javax||false|
97
98
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface||false|
Copy file name to clipboardexpand all lines: samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/PetApiClient.java
Copy file name to clipboardexpand all lines: samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/StoreApiClient.java
Copy file name to clipboardexpand all lines: samples/client/petstore/spring-cloud-feign-without-url/src/main/java/org/openapitools/api/UserApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-3-with-optional/src/main/java/org/openapitools/api/PetApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-3-with-optional/src/main/java/org/openapitools/api/StoreApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-3-with-optional/src/main/java/org/openapitools/api/UserApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-async/src/main/java/org/openapitools/api/StoreApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-spring-pageable/src/main/java/org/openapitools/api/PetApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-spring-pageable/src/main/java/org/openapitools/api/StoreApiClient.java
Copy file name to clipboardexpand all lines: samples/openapi3/client/petstore/spring-cloud-spring-pageable/src/main/java/org/openapitools/api/UserApiClient.java
0 commit comments