Skip to content

Commit ccf5ae4

Browse files
sonOfRafrantuma
authored andcommitted
Write property back to props as boolean
See sonOfRa@755a971#r35152777 as to why this is necessary
1 parent 8a7dca1 commit ccf5ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/swagger/codegen/v3/generators/java/Spring2Codegen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public void processOpts() {
212212

213213
if (additionalProperties.containsKey(DEFAULT_INTERFACES)) {
214214
this.setDefaultInterfaces(Boolean.valueOf(additionalProperties.get(DEFAULT_INTERFACES).toString()));
215+
additionalProperties.put(DEFAULT_INTERFACES, this.defaultInterfaces);
215216
}
216217

217218
if (useBeanValidation) {

0 commit comments

Comments
 (0)