All the following Jackson annotations are supported as listed, we are expanding the list as we release new versions :
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonIgnore
@JsonProperty
@JsonFormat
@JsonInclude
@JsonDeserialize(builder = SomeBuilder.class)
@JsonPOJOBuilder(buildMethodName = "create")
@JsonIdentityInfothis is a limited support as @JsonIdentityReference is not yet supported, but should work for common use cases.
@JsonTypeInfowith partial support check Polymorphism documentation for more details.
@JsonSubTypes