Uses of Package
com.fasterxml.jackson.databind.annotation

Packages that use com.fasterxml.jackson.databind.annotation
com.fasterxml.jackson.databind Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via ObjectMapper class, as well as convenience methods included in JsonParser 
com.fasterxml.jackson.databind.annotation Annotations that directly depend on classes in databinding bundle (not just Jackson core) and can not be included in Jackson core annotations package (because it can not have any external dependencies). 
com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding. 
com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. 
com.fasterxml.jackson.databind.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. 
com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. 
com.fasterxml.jackson.databind.ser.std   
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind
JsonPOJOBuilder.Value
          Simple value container for containing values read from JsonPOJOBuilder annotation instance.
JsonSerialize.Typing
          Enumeration used with JsonSerialize.typing() property to define whether type detection is based on dynamic runtime type (DYNAMIC) or declared type (STATIC).
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.annotation
JsonPOJOBuilder
          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.
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).
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.deser
JsonPOJOBuilder.Value
          Simple value container for containing values read from JsonPOJOBuilder annotation instance.
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.deser.std
JacksonStdImpl
          Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.introspect
JsonPOJOBuilder.Value
          Simple value container for containing values read from JsonPOJOBuilder annotation instance.
JsonSerialize.Typing
          Enumeration used with JsonSerialize.typing() property to define whether type detection is based on dynamic runtime type (DYNAMIC) or declared type (STATIC).
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.ser.impl
JacksonStdImpl
          Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.
 

Classes in com.fasterxml.jackson.databind.annotation used by com.fasterxml.jackson.databind.ser.std
JacksonStdImpl
          Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.
 



Copyright © 2012 FasterXML. All Rights Reserved.