We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985c4b3 commit be151fcCopy full SHA for be151fc
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RustClientCodegen.java
@@ -162,6 +162,7 @@ public RustClientCodegen() {
162
typeMapping.put("binary", "crate::models::File");
163
typeMapping.put("ByteArray", "String");
164
typeMapping.put("object", "serde_json::Value");
165
+ typeMapping.put("AnyType", "serde_json::Value");
166
167
// no need for rust
168
//importMapping = new HashMap<String, String>();
0 commit comments