[Java] rename x-contentType to x-content-type (#11895)

* rename x-contentType to x-content-type

* undo changes
This commit is contained in:
William Cheng
2022-03-18 09:50:42 +08:00
committed by GitHub
parent 7cbdf4c163
commit 5d8b80a5cd
96 changed files with 1289 additions and 1289 deletions

View File

@@ -95,7 +95,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|x-setter-extra-annotation|Custom annotation that can be specified over java setter for specific field|FIELD|When field is array & uniqueItems, then this extension is used to add `@JsonDeserialize(as = LinkedHashSet.class)` over setter, otherwise no value
|x-tags|Specify multiple swagger tags for operation|OPERATION|null
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
|x-contentType|Specify custom value for 'Content-Type' header for operation|OPERATION|null
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
|x-webclient-blocking|Specifies if method for specific operation should be blocking or non-blocking(ex: return `Mono<T>/Flux<T>` or `return T/List<T>/Set<T>` & execute `.block()` inside generated method)|OPERATION|false