Skip to content

Jackson annotations support

aeromac edited this page Feb 26, 2024 · 13 revisions

Here is the list of Jackson annotations currently supported :

Some annotations of Jackson databind are also supported. To use them, add the dependency to your classpath since it is not included by default.

  • JsonDeserialize : as, keyAs and contentAs are supported on properties (not class or constructor parameter)
Clone this wiki locally