|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Annotations that directly depend on Mapper classes and are used for configuring Data Mapping functionality.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |