Uses of Package
com.fasterxml.jackson.annotation

  • Class
    Description
    Meta-annotation (annotations used on other annotations) used for marking all annotations that are part of Jackson package.
    Marker interface used by value classes like JsonFormat.Value that are used to contain information from one of Jackson annotations, and can be directly instantiated from those annotations, as well as programmatically constructed and possibly merged.
    Jackson-specific annotation used for indicating that value of annotated property will be "injected", i.e.
    Helper class used to contain information from a single JacksonInject annotation, as well as to provide possible overrides from non-annotation sources.
    Class annotation that can be used to define which kinds of Methods are to be detected by auto-detection, and with what minimum access level.
    Helper class used to contain information from a single JsonIgnoreProperties annotation, as well as to provide possible overrides from non-annotation sources.
    Enumeration for possible visibility thresholds (minimum visibility) that can be used to limit which methods (and fields) are auto-detected.
    Enumeration of possible JsonCreator.mode() values available.
    General-purpose annotation used for configuring details of how values of properties are to be serialized.
    Set of features that can be enabled/disabled for property annotated.
    Helper class that encapsulates information equivalent to Boolean valued EnumMap.
    Value enumeration used for indicating preferred Shape; translates loosely to JSON types, with some extra values to indicate less precise choices (i.e.
    Helper class used to contain information from a single JsonFormat annotation.
    Annotation that can be used to either suppress serialization of properties (during serialization), or ignore processing of JSON properties read (during deserialization).
    Helper class used to contain information from a single JsonIgnoreProperties annotation, as well as to provide possible overrides from non-annotation sources.
    Annotation used to indicate when value of the annotated property (when used for a field, method or constructor parameter), or all properties of the annotated class, is to be serialized.
    Enumeration used with JsonInclude to define which properties of Java Beans are to be included in serialization.
    Helper class used to contain information from a single JsonInclude annotation.
    Annotation that can be used to either only include serialization of properties (during serialization), or only include processing of JSON properties read (during deserialization).
    Helper class used to contain information from a single JsonIncludeProperties annotation, as well as to provide possible overrides from non-annotation sources.
    Various options for JsonProperty.access() property, specifying how property may be accessed during serialization ("read") and deserialization ("write") (note that the direction of read and write is from perspective of the property, not from external data format: this may be confusing in some contexts).
    Annotation that can be used to define a non-static, single-argument method to be used as a "setter" for a logical property as an alternative to recommended JsonProperty annotation; or (as of 2.9 and later), specify additional aspects of the assigning property a value during serialization.
    Helper class used to contain information from a single JsonSetter annotation, as well as to provide possible overrides from non-annotation sources.
    Annotation used for configuring details of if and how type information is used with JSON serialization and deserialization, to preserve information about actual class of Object instances.
    Definition of standard type inclusion mechanisms for type metadata.
    Definition of different type identifiers that can be included in JSON during serialization, and used for deserialization.
     
    Enumeration used with JsonSetter (for properties `nulls` and `contentNulls`) to define how explicit `null` values from input (if input format has the concept; JSON, for example does) are handled.
    Definition of API used for constructing Object Identifiers (as annotated using JsonIdentityInfo).
    Simple key class that can be used as a key for ObjectId-to-POJO mappings, when multiple ObjectId types and scopes are used.
    Shared base class for concrete implementations.
    Definition of API used for resolving actual Java object from Object Identifiers (as annotated using JsonIdentityInfo).
    Optional Boolean value ("nullean").
    Enumeration used to define kinds of elements (called "property accessors") that annotations like JsonAutoDetect apply to.