Annotation Interface JsonIgnore


Simplified annotation to ignore properties. To be replaced by Ignore.
Author:
Fasterxml/Jackson
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Optional argument that defines whether this annotation is active or not.
  • Element Details

    • value

      boolean value
      Optional argument that defines whether this annotation is active or not.
      Returns:
      True if annotation is enabled (normal case); false if it is to be ignored (only useful for mix-in annotations to "mask" annotation)
      Default:
      true