mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 22:20:56 +00:00
add anytype support to c# generators (#7599)
This commit is contained in:
parent
0e1d131076
commit
8c17a01bda
@ -195,6 +195,7 @@ public abstract class AbstractCSharpCodegen extends DefaultCodegen implements Co
|
|||||||
typeMapping.put("object", "Object");
|
typeMapping.put("object", "Object");
|
||||||
typeMapping.put("UUID", "Guid?");
|
typeMapping.put("UUID", "Guid?");
|
||||||
typeMapping.put("URI", "string");
|
typeMapping.put("URI", "string");
|
||||||
|
typeMapping.put("AnyType", "Object");
|
||||||
|
|
||||||
// nullable type
|
// nullable type
|
||||||
nullableType = new HashSet<String>(
|
nullableType = new HashSet<String>(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user