Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
adds the missing typeMapping for AnyType
  • Loading branch information
vvb committed May 7, 2020
commit 2d2f66773585eeb133757dc127a8c817cd98d27a
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public CSharpNetCoreClientCodegen() {
typeMapping.put("object", "Object");
typeMapping.put("UUID", "Guid");
typeMapping.put("URI", "string");
typeMapping.put("AnyType", "Object");

setSupportNullable(Boolean.TRUE);
hideGenerationTimestamp = Boolean.TRUE;
Expand Down