Skip to content

Commit

Permalink
Fix: Exclude jsonbProperty class when withXml=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravisankar Challa authored and Ravisankar-Challa committed Jun 17, 2020
1 parent 226f971 commit d36ccf6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}}{{#serializ
{{/maximum}}
* @return {{name}}
**/
{{^withXml}}
@JsonbProperty("{{baseName}}")
{{/withXml}}
{{#vendorExtensions.x-extra-annotation}}
{{{vendorExtensions.x-extra-annotation}}}
{{/vendorExtensions.x-extra-annotation}}
Expand Down

0 comments on commit d36ccf6

Please sign in to comment.