File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ public class DartDioClientCodegen extends DartClientCodegen {
45
45
public static final String NULLABLE_FIELDS = "nullableFields" ;
46
46
public static final String DATE_LIBRARY = "dateLibrary" ;
47
47
48
- private static final String IS_FORMAT_JSON = "jsonFormat" ;
49
48
private static final String CLIENT_NAME = "clientName" ;
50
49
51
50
private boolean nullableFields = true ;
@@ -144,13 +143,6 @@ public String toDefaultValue(Schema schema) {
144
143
}
145
144
}
146
145
147
- @ Override
148
- protected void addAdditionPropertiesToCodeGenModel (CodegenModel codegenModel , Schema schema ) {
149
- //super.addAdditionPropertiesToCodeGenModel(codegenModel, schema);
150
- codegenModel .additionalPropertiesType = getSchemaType (getAdditionalProperties (schema ));
151
- addImport (codegenModel , codegenModel .additionalPropertiesType );
152
- }
153
-
154
146
@ Override
155
147
public void processOpts () {
156
148
defaultProcessOpts ();
@@ -167,8 +159,6 @@ public void processOpts() {
167
159
additionalProperties .put (NULLABLE_FIELDS , nullableFields );
168
160
}
169
161
170
- additionalProperties .put (IS_FORMAT_JSON , true );
171
-
172
162
if (additionalProperties .containsKey (PUB_LIBRARY )) {
173
163
this .setPubLibrary ((String ) additionalProperties .get (PUB_LIBRARY ));
174
164
} else {
You can’t perform that action at this time.
0 commit comments