forked from loafle/openapi-generator-original
Treat object as String (temporary measure)
This commit is contained in:
@@ -119,7 +119,7 @@ public class SwiftGenerator extends DefaultCodegen implements CodegenConfig {
|
||||
typeMapping.put("float", "Float");
|
||||
typeMapping.put("number", "Double");
|
||||
typeMapping.put("double", "Double");
|
||||
typeMapping.put("object", "AnyObject");
|
||||
typeMapping.put("object", "String");
|
||||
typeMapping.put("file", "NSData");
|
||||
|
||||
importMapping = new HashMap<String, String>();
|
||||
|
||||
Reference in New Issue
Block a user