Package com.fasterxml.jackson.databind.annotation
package com.fasterxml.jackson.databind.annotation
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and cannot be included
in Jackson core annotations package (because it cannot have any
external dependencies).
-
ClassDescriptionAnnotation that can be used to indicate a
EnumNamingStrategy
to use for annotated class.Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.Annotation used to add "virtual" properties that will be written after regular properties during serialization.Definition of a single attribute-backed property.Definition of a single general virtual property.Annotation use for configuring deserialization aspects, by attaching to "setter" methods or fields, or to value classes.Annotation that can be used to indicate aPropertyNamingStrategy
to use for annotated class.Annotation used to configure details of a Builder class: instances of which are used as Builders for deserialized POJO values, instead of POJOs being instantiated using constructors or factory methods.Simple value container for containing values read fromJsonPOJOBuilder
annotation instance.Annotation used for configuring serialization aspects, by attaching to "getter" methods or fields, or to value classes.Deprecated.Enumeration used withJsonSerialize.typing()
property to define whether type detection is based on dynamic runtime type (DYNAMIC) or declared type (STATIC).Annotation that can be used to plug a custom type identifier handler (TypeIdResolver
) to be used byTypeSerializer
s andTypeDeserializer
s for converting between java types and type id included in JSON content.Annotation that can be used to explicitly define custom resolver used for handling serialization and deserialization of type information, needed for handling of polymorphic types (or sometimes just for linking abstract types to concrete types)Annotation that can be used to indicate aValueInstantiator
to use for creating instances of specified type.Marker class used with annotations to indicate "no class".