A B C D E F G H I J L M R S T V W _

A

add(Annotation[], boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
addUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method for marking specified type as "untouchable", meaning that provider will not try to read or write values of this type (or its subtypes).
AnnotationBundleKey - Class in com.fasterxml.jackson.jaxrs.xml.util
Helper class used to allow efficient caching of information, given a sequence of Annotations.
AnnotationBundleKey(Annotation[]) - Constructor for class com.fasterxml.jackson.jaxrs.xml.util.AnnotationBundleKey
 
Annotations - Enum in com.fasterxml.jackson.jaxrs.xml
Enumeration that defines standard annotation sets available for configuring data binding aspects.

B

BASIC_ANNOTATIONS - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.

C

checkCanDeserialize(boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method for defining whether actual detection for existence of a deserializer for type should be done when JacksonXMLProvider.isReadable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
checkCanSerialize(boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method for defining whether actual detection for existence of a serializer for type should be done when JacksonXMLProvider.isWriteable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
ClassKey - Class in com.fasterxml.jackson.jaxrs.xml.util
Efficient key class, used instead of using Class.
ClassKey() - Constructor for class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 
ClassKey(Class<?>) - Constructor for class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 
com.fasterxml.jackson.jaxrs.xml - package 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.annotation - package com.fasterxml.jackson.jaxrs.xml.annotation
Package that contains utility classes and methods for the JAX-RS XML provider module.
com.fasterxml.jackson.jaxrs.xml.cfg - package com.fasterxml.jackson.jaxrs.xml.cfg
 
com.fasterxml.jackson.jaxrs.xml.util - package com.fasterxml.jackson.jaxrs.xml.util
 
compareTo(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 
configure(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
configure(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
configure(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
configure(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 

D

DEFAULT_ANNOTATIONS - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonJaxbXMLProvider
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.
disable(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
disable(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
disable(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
disable(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 

E

enable(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
enable(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
enable(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
enable(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
EndpointConfig - Class in com.fasterxml.jackson.jaxrs.xml.annotation
Container class for figuring out annotation-based configuration for JAX-RS end points.
EndpointConfig() - Constructor for class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
equals(Object) - Method in class com.fasterxml.jackson.jaxrs.xml.util.AnnotationBundleKey
 
equals(Object) - Method in class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 

F

findEncoding(MediaType, MultivaluedMap<String, Object>) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Helper method to use for determining desired output encoding.
forReading(ObjectMapper, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
forWriting(ObjectMapper, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 

G

getConfiguredMapper() - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
Method that locates, configures and returns XmlMapper to use
getConfiguredModule() - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
getDefaultMapper() - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
getReader() - Method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that JAX-RS container calls to try to figure out serialized length of given value.
getWriter() - Method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 

H

hashCode() - Method in class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 

I

immutableKey() - Method in class com.fasterxml.jackson.jaxrs.xml.util.AnnotationBundleKey
Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.
initReader(ObjectMapper) - Method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
initWriter(ObjectMapper) - Method in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
isReadableType(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Helper method called to see if given type is readable, that is, acceptable Java type to bind from XML
isWritableType(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Helper method called to see if given type is writable, that is, acceptable Java type to write out as XML.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
isXMLType(MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Helper method used to check whether given media type is XML type or sub type.

J

JacksonFeatures - Annotation Type in com.fasterxml.jackson.jaxrs.xml.annotation
Annotation that can be used enable and/or disable various features for ObjectReaders and ObjectWriters.
JacksonJaxbXMLProvider - Class in com.fasterxml.jackson.jaxrs.xml
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
JacksonJaxbXMLProvider() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonJaxbXMLProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbXMLProvider(Annotations...) - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonJaxbXMLProvider
 
JacksonJaxbXMLProvider(XmlMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonJaxbXMLProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonXMLProvider - Class in com.fasterxml.jackson.jaxrs.xml
Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).
JacksonXMLProvider() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonXMLProvider(Annotations...) - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
JacksonXMLProvider(XmlMapper) - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
JacksonXMLProvider(XmlMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JsonMappingExceptionMapper - Class in com.fasterxml.jackson.jaxrs.xml
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unprocessable XML is received.
JsonMappingExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JsonMappingExceptionMapper
 
JsonParseExceptionMapper - Class in com.fasterxml.jackson.jaxrs.xml
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unprocessable XML is received.
JsonParseExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JsonParseExceptionMapper
 

L

locateMapper(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method called to locate XmlMapper to use for serialization and deserialization.
LRUMap<K,V> - Class in com.fasterxml.jackson.jaxrs.xml.util
Helper for simple bounded LRU maps used for reusing lookup values.
LRUMap(int, int) - Constructor for class com.fasterxml.jackson.jaxrs.xml.util.LRUMap
 

M

mapper() - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
MapperConfigurator - Class in com.fasterxml.jackson.jaxrs.xml.cfg
Helper class used to encapsulate details of configuring an XmlMapper instance to be used for data binding, as well as accessing it.
MapperConfigurator(XmlMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that JAX-RS container calls to deserialize given value.
removeEldestEntry(Map.Entry<K, V>) - Method in class com.fasterxml.jackson.jaxrs.xml.util.LRUMap
 
reset(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 

S

setAnnotationsToUse(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
setAnnotationsToUse(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method for configuring which annotation sets to use (including none).
setMapper(XmlMapper) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
setMapper(XmlMapper) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that can be used to directly define XmlMapper to use for serialization and deserialization; if null, will use the standard provider discovery from context instead.

T

toResponse(JsonMappingException) - Method in class com.fasterxml.jackson.jaxrs.xml.JsonMappingExceptionMapper
 
toResponse(JsonParseException) - Method in class com.fasterxml.jackson.jaxrs.xml.JsonParseExceptionMapper
 
toString() - Method in class com.fasterxml.jackson.jaxrs.xml.util.AnnotationBundleKey
 
toString() - Method in class com.fasterxml.jackson.jaxrs.xml.util.ClassKey
 

V

valueOf(String) - Static method in enum com.fasterxml.jackson.jaxrs.xml.Annotations
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.jackson.jaxrs.xml.Annotations
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that will return version information stored in and read from jar that contains this class.

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method that JAX-RS container calls to serialize given value.

_

_activeView - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_cfgCheckCanDeserialize - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Whether we want to actually check that Jackson has a deserializer for given type.
_cfgCheckCanSerialize - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Whether we want to actually check that Jackson has a serializer for given type.
_cfgCustomUntouchables - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Set of types (classes) that provider should ignore for data binding
_containedIn(Class<?>, HashSet<ClassKey>) - Static method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
_defaultAnnotationsToUse - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
Annotations set to use by default; overridden by explicit call to MapperConfigurator.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.xml.Annotations[])
_defaultMapper - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
_deserDisable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_deserEnable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_jaxbIntrospectorClass - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
To support optional dependency to Jackson JAXB annotations module (needed iff JAXB annotations are used for configuration)
_mapper - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
Mapper provider was constructed with if any, or that was constructed due to a call to explicitly configure mapper.
_mapperConfig - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Helper object used for encapsulating configuration aspects of XmlMapper
_maxEntries - Variable in class com.fasterxml.jackson.jaxrs.xml.util.LRUMap
 
_providers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Injectable context object used to locate configured instance of XmlMapper to use for actual serialization.
_reader - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_readers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Cache for resolved endpoint configurations when reading XML
_resolveIntrospector(Annotations) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
_resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
_rootName - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_serDisable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_serEnable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_setAnnotations(XmlMapper, Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
 
_unreadableClasses - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
These are classes that we never use for reading (never try to deserialize instances of these types).
_untouchables - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
_unwritableClasses - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
These are classes that we never use for writing (never try to serialize instances of these types).
_writer - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
 
_writers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Cache for resolved endpoint configurations when writing XML

A B C D E F G H I J L M R S T V W _

Copyright © 2012 FasterXML. All Rights Reserved.