forked from loafle/openapi-generator-original
Map AnyType to Object (#13737)
This commit is contained in:
parent
c22715ad1f
commit
ad2169ea33
@ -180,6 +180,7 @@ public class CrystalClientCodegen extends DefaultCodegen {
|
||||
typeMapping.put("set", "Set");
|
||||
typeMapping.put("map", "Hash");
|
||||
typeMapping.put("object", "Object");
|
||||
typeMapping.put("AnyType", "Object");
|
||||
typeMapping.put("file", "::File");
|
||||
typeMapping.put("binary", "String");
|
||||
typeMapping.put("ByteArray", "String");
|
||||
|
Loading…
x
Reference in New Issue
Block a user