-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
fix: normalize Java annotation vendor extension lists #24171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
18718b7
223256a
20fd210
d55fa1f
a472323
14461ee
2470265
499dc4b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -84,8 +84,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl | |||||
| |x-tags|Specify multiple swagger tags for operation|OPERATION|null | ||||||
| |x-accepts|Specify custom value for 'Accept' 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, OPERATION_PARAMETER|null | ||||||
| |x-class-extra-annotation|Custom annotation(s) to be added to model; accepts a string or list of strings|MODEL|null | ||||||
| |x-field-extra-annotation|Custom annotation(s) to be added to property; accepts a string or list of strings|FIELD, OPERATION_PARAMETER|null | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
|
|
||||||
| ## IMPORT MAPPING | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -84,8 +84,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl | |||||
| |x-tags|Specify multiple swagger tags for operation|OPERATION|null | ||||||
| |x-accepts|Specify custom value for 'Accept' 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, OPERATION_PARAMETER|null | ||||||
| |x-class-extra-annotation|Custom annotation(s) to be added to model; accepts a string or list of strings|MODEL|null | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: java-vertx-web generator docs advertise string/list support for Prompt for AI agents
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, pre-existing issue worth fixing as a separate PR. |
||||||
| |x-field-extra-annotation|Custom annotation(s) to be added to property; accepts a string or list of strings|FIELD, OPERATION_PARAMETER|null | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Prompt for AI agents
Suggested change
|
||||||
|
|
||||||
|
|
||||||
| ## IMPORT MAPPING | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.