Skip to content

Commit b95e680

Browse files
committed
fix: undo
1 parent 906e335 commit b95e680

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/openapi-generator/src/main/resources/Java/jackson_annotations.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* If the field is required, always include it, even if it is null.
55
* Else use custom behaviour, IOW use whatever is defined on the object mapper
66
}}
7-
87
@JsonProperty(value = JSON_PROPERTY_{{nameInSnakeCase}}, required = {{required}})
98
@JsonInclude({{#isMap}}{{#items.isNullable}}content = JsonInclude.Include.ALWAYS, {{/items.isNullable}}{{/isMap}}value = JsonInclude.Include.{{#required}}ALWAYS{{/required}}{{^required}}USE_DEFAULTS{{/required}})
109
{{#withXml}}

0 commit comments

Comments
 (0)