Update documentation (#9322)

* update doc

* update doc
This commit is contained in:
William Cheng
2021-04-22 20:54:01 +08:00
committed by GitHub
parent 05aa956fe1
commit ab688d4c3a
6 changed files with 7 additions and 6 deletions

View File

@@ -212,7 +212,7 @@ apply plugin: 'org.openapi.generator'
|typeMappings
|Map(String,String)
|None
|Sets mappings between OpenAPI spec types and generated code types.
|Sets mappings between OpenAPI spec types and generated code types in the format of OpenAPIType=generatedType,OpenAPIType=generatedType. For example: `array=List,map=Map,string=String`. You can also have multiple occurrences of this option. To map a specified format, use type+format, e.g. string+password=EncryptedString will map `type: string, format: password` to `EncryptedString`.
|additionalProperties
|Map(String,Any)