forked from loafle/openapi-generator-original
adds the missing typeMapping for AnyType (#6199)
This commit is contained in:
@@ -138,6 +138,7 @@ public class CSharpNetCoreClientCodegen extends AbstractCSharpCodegen {
|
||||
typeMapping.put("object", "Object");
|
||||
typeMapping.put("UUID", "Guid");
|
||||
typeMapping.put("URI", "string");
|
||||
typeMapping.put("AnyType", "Object");
|
||||
|
||||
setSupportNullable(Boolean.TRUE);
|
||||
hideGenerationTimestamp = Boolean.TRUE;
|
||||
|
||||
Reference in New Issue
Block a user