jsonb-api icon indicating copy to clipboard operation
jsonb-api copied to clipboard

JsonbProperty and JsonbNillable together not functioning

Open bcoveny opened this issue 2 years ago • 0 comments

If @JsonbPreoprty(nillable) is deprecated, what is the proper usage to use both @JsonbProperty and @JsonbNillable? I have tried several different combination with none of them working. We have an instance where overriding the field value and applying nillable are both wanted. It works with using @JsonbProperty(value,nillable), however, the project then produces a ton of deprecated warnings.

Also, I have had a StackOverflow post with more information . https://stackoverflow.com/questions/74575063/java-jsonb-jsonbnillable-not-functioning-as-expected

Any assistance is welcomed.

Thanks

bcoveny avatar Feb 13 '23 19:02 bcoveny