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.
2 parents 42f98fc + 69eea5f commit 77cc2f2Copy full SHA for 77cc2f2
src/main/java/io/swagger/codegen/v3/generators/java/AbstractJavaCodegen.java
@@ -120,6 +120,7 @@ public AbstractJavaCodegen() {
120
instantiationTypes.put("map", "HashMap");
121
typeMapping.put("date", "Date");
122
typeMapping.put("file", "File");
123
+ typeMapping.put("binary", "File");
124
125
cliOptions.add(new CliOption(CodegenConstants.MODEL_PACKAGE, CodegenConstants.MODEL_PACKAGE_DESC));
126
cliOptions.add(new CliOption(CodegenConstants.API_PACKAGE, CodegenConstants.API_PACKAGE_DESC));
0 commit comments