Map AnyType to Object (#13737)

This commit is contained in:
Chao Yang 2022-10-18 21:54:07 -05:00 committed by GitHub
parent c22715ad1f
commit ad2169ea33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");