-
-
Notifications
You must be signed in to change notification settings - Fork 15
Supported jackson annotation
Ahmad K. Bawaneh edited this page Jun 17, 2020
·
7 revisions
The list of supported annotations is not final and we add more support gradually as needed, feel free to request support for new annotations.
@JsonIgnoreProperties(ignoreUnknown = true)@JsonIgnore@JsonProperty@JsonFormat@JsonInclude@JsonDeserialize(builder = SomeBuilder.class)@JsonPOJOBuilder(buildMethodName = "create")-
@JsonIdentityInfothis is a limited support as@JsonIdentityReferenceis not yet supported, but should work for common use cases. -
@JsonTypeInfopartial support, see Polymorphism @JsonSubTypes