Skip to content

Commit 4aae7ce

Browse files
author
jpfinne
committed
Regenerate documentation
1 parent 9af4802 commit 4aae7ce

22 files changed

Lines changed: 24 additions & 2 deletions

docs/generators/java-dubbo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8181
|title|API title name| |null|
8282
|useGenericResponse|Use generic response wrapper| |false|
8383
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
84+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
8485
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
8586
|useTags|use tags for creating interface and controller classnames| |true|
8687
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|

docs/generators/java-helidon-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
6666
|sourceFolder|source folder for generated code| |src/main/java|
6767
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
6868
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
69+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
6970
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
7071
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
7172
|x-helidon-groupBy|Selects how to group operations into APIs|<dl><dt>**tags**</dt><dd>Use the 'tags' settings on each operation</dd><dt>**first-path-segment**</dt><dd>Use the first segment of the path</dd></dl>|tags|

docs/generators/java-helidon-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
6969
|useAbstractClass|Whether to generate abstract classes for REST API instead of interfaces.| |false|
7070
|useBeanValidation|Use Bean Validation| |false|
7171
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
72+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
7273
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
7374
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
7475
|x-helidon-groupBy|Selects how to group operations into APIs|<dl><dt>**tags**</dt><dd>Use the 'tags' settings on each operation</dd><dt>**first-path-segment**</dt><dd>Use the first segment of the path</dd></dl>|tags|

docs/generators/java-inflector.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
6868
|snapshotVersion|Uses a SNAPSHOT version.|<dl><dt>**true**</dt><dd>Use a SnapShot Version</dd><dt>**false**</dt><dd>Use a Release Version</dd></dl>|null|
6969
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
7070
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
71-
|sourceFolder|source folder for generated code| |src/gen/java|
71+
|sourceFolder|source folder for generated code| |src\gen\java|
7272
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
7373
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
74+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
7475
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
7576
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
7677

docs/generators/java-micronaut-client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8989
|title|Client service name| |null|
9090
|useBeanValidation|Use BeanValidation API annotations| |true|
9191
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
92+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
9293
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
9394
|useOptional|Use Optional container for optional parameters| |false|
9495
|visitable|Generate visitor for subtypes with a discriminator| |false|

docs/generators/java-micronaut-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
8888
|useAuth|Whether to import authorization and to annotate controller methods accordingly| |true|
8989
|useBeanValidation|Use BeanValidation API annotations| |true|
9090
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
91+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
9192
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
9293
|useOptional|Use Optional container for optional parameters| |false|
9394
|visitable|Generate visitor for subtypes with a discriminator| |false|

docs/generators/java-microprofile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
9999
|useGzipFeature|Send gzip-encoded requests| |false|
100100
|useJackson3|Use Jackson 3 instead of Jackson 2. Supported for 'native' library (requires Java 17+) and for Spring 'resttemplate', 'webclient', and 'restclient' libraries (require useSpringBoot4=true). Incompatible with 'openApiNullable'.| |false|
101101
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
102+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
102103
|useOneOfDiscriminatorLookup|Use the discriminator's mapping in oneOf to speed up the model lookup. IMPORTANT: Validation (e.g. one and only one match in oneOf's schemas) will be skipped. Only jersey2, jersey3, native, okhttp-gson support this option.| |false|
103104
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
104105
|usePlayWS|Use Play! Async HTTP client (Play WS API)| |false|

docs/generators/java-msf4j.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7676
|title|a title describing the application| |OpenAPI Server|
7777
|useBeanValidation|Use BeanValidation API annotations| |true|
7878
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
79+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
7980
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
8081
|useTags|use tags for creating interface and controller classnames| |false|
8182
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|

docs/generators/java-pkmst.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7777
|testOutput|Set output folder for models and APIs tests| |${project.build.directory}/generated-test-sources/openapi|
7878
|title|server title name or client service name| |null|
7979
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
80+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
8081
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
8182
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|
8283
|zipkinUri|Zipkin URI| |null|

docs/generators/java-play-framework.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
7979
|useBeanValidation|Use BeanValidation API annotations| |true|
8080
|useInterfaces|Makes the controllerImp implements an interface to facilitate automatic completion when updating from version x to y of your spec| |true|
8181
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
82+
|useJspecify|Use Jspecify for null checks. Ony available for Spring, RestClient, WebClient| |false|
8283
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
8384
|useSwaggerUI|Add a route to /api which show your documentation in swagger-ui. Will also import needed dependencies| |true|
8485
|withXml|whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)| |false|

0 commit comments

Comments
 (0)