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
@@ -250,10 +264,6 @@ public KotlinSpringServerCodegen() {
250
264
addSwitch(DECLARATIVE_INTERFACE_WRAP_RESPONSES,
251
265
"Whether (when false) to return actual type (e.g. List<Fruit>) and handle non 2xx responses via exceptions or (when true) return entire ResponseEntity (e.g. ResponseEntity<List<Fruit>>)",
252
266
declarativeInterfaceWrapResponses);
253
-
addSwitch(DECLARATIVE_INTERFACE_WRAP_RESPONSES,
254
-
"Whether (when false) to return actual type (e.g. List<Fruit>) and handle non 2xx responses via exceptions or (when true) return entire ResponseEntity (e.g. ResponseEntity<List<Fruit>>)",
255
-
declarativeInterfaceWrapResponses);
256
-
257
267
supportedLibraries.put(SPRING_BOOT, "Spring-boot Server application.");
258
268
supportedLibraries.put(SPRING_CLOUD_LIBRARY,
259
269
"Spring-Cloud-Feign client with Spring-Boot auto-configured settings.");
@@ -274,6 +284,14 @@ public KotlinSpringServerCodegen() {
thrownewIllegalArgumentException("Invalid value for additional property '" + DECLARATIVE_INTERFACE_REACTIVE_MODE + "'. Supported values are 'coroutines' and 'reactor'.");
0 commit comments