We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7dca1 commit ccf5ae4Copy full SHA for ccf5ae4
src/main/java/io/swagger/codegen/v3/generators/java/Spring2Codegen.java
@@ -212,6 +212,7 @@ public void processOpts() {
212
213
if (additionalProperties.containsKey(DEFAULT_INTERFACES)) {
214
this.setDefaultInterfaces(Boolean.valueOf(additionalProperties.get(DEFAULT_INTERFACES).toString()));
215
+ additionalProperties.put(DEFAULT_INTERFACES, this.defaultInterfaces);
216
}
217
218
if (useBeanValidation) {
0 commit comments