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
"Use `ofNullable` instead of just `of` to accept null values when using Optional.",
271
274
optionalAcceptNullable));
272
275
276
+
cliOptions.add(CliOption.newBoolean(USE_DEDUCTION_FOR_ONE_OF_INTERFACES, "whether to use deduction for generated oneOf interfaces", useDeductionForOneOfInterfaces));
273
277
supportedLibraries.put(SPRING_BOOT, "Spring-boot Server application.");
274
278
supportedLibraries.put(SPRING_CLOUD_LIBRARY,
275
279
"Spring-Cloud-Feign client with Spring-Boot auto-configured settings.");
0 commit comments