Skip to content

Commit 21d3cfe

Browse files
rodrigoma3Rodrigo Maciel de Almeida
andauthored
Fix Issue 18224 - Load x-field-extra-annotation in the operation parameter (#18967)
* fix issue 18959 * fix issue 18224 * fix issue 18224 * fix spaces --------- Co-authored-by: Rodrigo Maciel de Almeida <rodrigo.almeida@wefin.com.br>
1 parent fb17e56 commit 21d3cfe

31 files changed

Lines changed: 141 additions & 29 deletions

docs/generators/groovy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8080
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
8181
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
8282
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
83-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
83+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
8484

8585

8686
## IMPORT MAPPING

docs/generators/java-camel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
120120
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
121121
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
122122
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
123-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
123+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
124124
|x-operation-extra-annotation|List of custom annotations to be added to operation|OPERATION|null
125125
|x-spring-paginated|Add org.springframework.data.domain.Pageable to controller method. Can be used to handle page & size query parameters|OPERATION|false
126126
|x-version-param|Marker property that tells that this parameter would be used for endpoint versioning. Applicable for headers & query params. true/false|OPERATION_PARAMETER|null

docs/generators/java-helidon-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7777
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
7878
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
7979
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
80-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
80+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
8181
|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
8282

8383

docs/generators/java-helidon-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8080
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
8181
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
8282
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
83-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
83+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
8484

8585

8686
## IMPORT MAPPING

docs/generators/java-inflector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8282
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
8383
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
8484
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
85-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
85+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
8686

8787

8888
## IMPORT MAPPING

docs/generators/java-micronaut-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
103103
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
104104
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
105105
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
106-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
106+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
107107

108108

109109
## IMPORT MAPPING

docs/generators/java-micronaut-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
102102
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
103103
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
104104
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
105-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
105+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
106106

107107

108108
## IMPORT MAPPING

docs/generators/java-microprofile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
114114
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
115115
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
116116
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
117-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
117+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
118118
|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
119119

120120

docs/generators/java-msf4j.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8888
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
8989
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
9090
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
91-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
91+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
9292

9393

9494
## IMPORT MAPPING

docs/generators/java-pkmst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8989
|x-accepts|Specify custom value for 'Accept' header for operation|OPERATION|null
9090
|x-content-type|Specify custom value for 'Content-Type' header for operation|OPERATION|null
9191
|x-class-extra-annotation|List of custom annotations to be added to model|MODEL|null
92-
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD|null
92+
|x-field-extra-annotation|List of custom annotations to be added to property|FIELD, OPERATION_PARAMETER|null
9393

9494

9595
## IMPORT MAPPING

0 commit comments

Comments
 (0)