Uses of Class
org.codehaus.jackson.annotate.JacksonAnnotation

Packages that use JacksonAnnotation
org.codehaus.jackson.annotate   
org.codehaus.jackson.map.annotate   
 

Uses of JacksonAnnotation in org.codehaus.jackson.annotate
 

Classes in org.codehaus.jackson.annotate with annotations of type JacksonAnnotation
 interface JsonCreator
           
 interface JsonProperty
          Marker annotation that can be used to define a non-static method as a "setter" or "getter" for a logical property (depending on its signature), or non-static object field to be used (serialized, deserialized) as a logical property.
 interface JsonSubTypes
          Annotation used with JsonTypeInfo to indicate sub types of serializable polymorphic types, and to associate logical names used within JSON content (which is more portable than using physical Java class names).
 interface JsonTypeInfo
          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.
 interface JsonTypeName
          Annotation used for binding logical name that the annotated class has.
 

Uses of JacksonAnnotation in org.codehaus.jackson.map.annotate
 

Classes in org.codehaus.jackson.map.annotate with annotations of type JacksonAnnotation
 interface JsonTypeIdResolver
          Annotation that can be used to plug a custom type identifier handler (TypeIdResolver) to be used by org.codehaus.jackson.map.TypeSerializers and org.codehaus.jackson.map.TypeDeserializers for converting between java types and type id included in JSON content.
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.