Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: NOT_NULL -> NON_NULL in example for Jackson include

...

Code Block
    <dataFormats>
      <json id="json" library="Jackson" include="NOTNON_NULL"/>
    </dataFormats>

Unmarshalling from json to POJO with dynamic class name

...