Uses of Class
com.fasterxml.jackson.jaxrs.xml.Annotations

Packages that use Annotations
com.fasterxml.jackson.jaxrs.xml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for XML content type (MediaType). 
com.fasterxml.jackson.jaxrs.xml.cfg   
 

Uses of Annotations in com.fasterxml.jackson.jaxrs.xml
 

Fields in com.fasterxml.jackson.jaxrs.xml declared as Annotations
static Annotations[] JacksonXMLProvider.BASIC_ANNOTATIONS
          Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.
static Annotations[] JacksonJaxbXMLProvider.DEFAULT_ANNOTATIONS
          Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.
 

Methods in com.fasterxml.jackson.jaxrs.xml that return Annotations
static Annotations Annotations.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Annotations[] Annotations.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fasterxml.jackson.jaxrs.xml with parameters of type Annotations
 void JacksonXMLProvider.setAnnotationsToUse(Annotations[] annotationsToUse)
          Method for configuring which annotation sets to use (including none).
 

Constructors in com.fasterxml.jackson.jaxrs.xml with parameters of type Annotations
JacksonJaxbXMLProvider(Annotations... annotationsToUse)
           
JacksonJaxbXMLProvider(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] annotationsToUse)
          Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonXMLProvider(Annotations... annotationsToUse)
           
JacksonXMLProvider(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] annotationsToUse)
          Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
 

Uses of Annotations in com.fasterxml.jackson.jaxrs.xml.cfg
 

Fields in com.fasterxml.jackson.jaxrs.xml.cfg declared as Annotations
protected  Annotations[] MapperConfigurator._defaultAnnotationsToUse
          Annotations set to use by default; overridden by explicit call to MapperConfigurator.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.xml.Annotations[])
 

Methods in com.fasterxml.jackson.jaxrs.xml.cfg with parameters of type Annotations
protected  com.fasterxml.jackson.databind.AnnotationIntrospector MapperConfigurator._resolveIntrospector(Annotations ann)
           
protected  com.fasterxml.jackson.databind.AnnotationIntrospector MapperConfigurator._resolveIntrospectors(Annotations[] annotationsToUse)
           
protected  void MapperConfigurator._setAnnotations(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] annotationsToUse)
           
 void MapperConfigurator.setAnnotationsToUse(Annotations[] annotationsToUse)
           
 

Constructors in com.fasterxml.jackson.jaxrs.xml.cfg with parameters of type Annotations
MapperConfigurator(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper, Annotations[] defAnnotations)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.