You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/java-camel.md
+1
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
73
73
|licenseUrl|The URL of the license||http://unlicense.org|
74
74
|modelPackage|package for generated models||org.openapitools.model|
75
75
|openApiNullable|Enable OpenAPI Jackson Nullable library. Not supported by `microprofile` library.||true|
76
+
|optionalAcceptNullable|Use `ofNullable` instead of just `of` to accept null values when using Optional.||true|
76
77
|parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
77
78
|parentGroupId|parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
78
79
|parentVersion|parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+1
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
66
66
|licenseUrl|The URL of the license||http://unlicense.org|
67
67
|modelPackage|package for generated models||org.openapitools.model|
68
68
|openApiNullable|Enable OpenAPI Jackson Nullable library. Not supported by `microprofile` library.||true|
69
+
|optionalAcceptNullable|Use `ofNullable` instead of just `of` to accept null values when using Optional.||true|
69
70
|parentArtifactId|parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
70
71
|parentGroupId|parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
71
72
|parentVersion|parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect||null|
0 commit comments