We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modelEnum.mustache
1 parent 837ced3 commit 19269c7Copy full SHA for 19269c7
1 file changed
modules/openapi-generator/src/main/resources/java-helidon/server/libraries/mp/modelEnum.mustache
@@ -1,6 +1,9 @@
1
/**
2
* {{description}}{{^description}}Gets or Sets {{{name}}}{{/description}}
3
*/
4
+{{#isDeprecated}}
5
+ @Deprecated
6
+{{/isDeprecated}}
7
{{#jsonb}}
8
@JsonbTypeSerializer({{datatypeWithEnum}}.Serializer.class)
9
@JsonbTypeDeserializer({{datatypeWithEnum}}.Deserializer.class)
0 commit comments