Skip to content

Supported jackson annotation

Ahmad K. Bawaneh edited this page Jun 17, 2020 · 7 revisions

Supported jackson annotations

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")
  • @JsonIdentityInfo this is a limited support as @JsonIdentityReference is not yet supported, but should work for common use cases.
  • @JsonTypeInfo partial support, see Polymorphism
  • @JsonSubTypes