Package org.codehaus.jackson.map.annotate

Annotations that directly depend on Mapper classes and are used for configuring Data Mapping functionality.

See:
          Description

Enum Summary
JsonSerialize.Inclusion Enumeration used with JsonSerialize.include() property to define which properties of Java Beans are to be included in serialization
JsonSerialize.Typing Enumeration used with JsonSerialize.typing() property to define whether type detection is based on dynamic runtime type (DYNAMIC) or declared type (STATIC).
 

Annotation Types Summary
JsonCachable Marker annotation used to denote whether given instance (currently only used with JsonDeserializer) can be cached.
JsonDeserialize Annotation use for configuring deserialization aspects, by attaching to "setter" methods or fields, or to value classes.
JsonSerialize Annotation used for configuring serialization aspects, by attaching to "getter" methods or fields, or to value classes.
JsonView Annotation used for indicating view(s) that the property that is defined by method or field annotated is part of.
 

Package org.codehaus.jackson.map.annotate Description

Annotations that directly depend on Mapper classes and are used for configuring Data Mapping functionality.