A B C D F G H I J M P V X _ 

A

addAnnotation(Class<? extends Annotation>, Annotation, boolean) - Method in class com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
 

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

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
 

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.

F

forReading(ObjectReader, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
 
forWriting(ObjectWriter, Annotation[]) - Static method in class com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
 

G

getConfiguredMapper() - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
Method that locates, configures and returns XmlMapper to use
getConfiguredModule() - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
 
getDefaultMapper() - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
 

H

hasMatchingMediaType(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.

I

isXMLType(MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Deprecated.

J

JacksonFeatures - Annotation Type in com.fasterxml.jackson.jaxrs.xml.annotation
Deprecated.
Since 2.2, use shared com.fasterxml.jackson.jaxrs.annotation.JacksonFeatures instead
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
Deprecated.
Since 2.2 use JsonMappingExceptionMapper instead.
JsonMappingExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JsonMappingExceptionMapper
Deprecated.
 
JsonParseExceptionMapper - Class in com.fasterxml.jackson.jaxrs.xml
Deprecated.
Use JsonParseExceptionMapper instead.
JsonParseExceptionMapper() - Constructor for class com.fasterxml.jackson.jaxrs.xml.JsonParseExceptionMapper
Deprecated.
 

M

mapper() - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
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.
modifyBeforeWrite(Object) - Method in class com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
 

P

PackageVersion - Class in com.fasterxml.jackson.jaxrs.xml
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class com.fasterxml.jackson.jaxrs.xml.PackageVersion
 

V

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.
VERSION - Static variable in class com.fasterxml.jackson.jaxrs.xml.PackageVersion
 
version() - Method in class com.fasterxml.jackson.jaxrs.xml.PackageVersion
 

X

XMLEndpointConfig - Class in com.fasterxml.jackson.jaxrs.xml
Container class for figuring out annotation-based configuration for JAX-RS end points.
XMLEndpointConfig() - Constructor for class com.fasterxml.jackson.jaxrs.xml.XMLEndpointConfig
 
XMLMapperConfigurator - Class in com.fasterxml.jackson.jaxrs.xml
Helper class used to encapsulate details of configuring an XmlMapper instance to be used for data binding, as well as accessing it.
XMLMapperConfigurator(XmlMapper, Annotations[]) - Constructor for class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
 

_

_configForReading(ObjectReader, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
_configForReading(XmlMapper, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Deprecated.
Since 2.3, use variant that takes explicit defaultView
_configForWriting(ObjectWriter, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
_configForWriting(XmlMapper, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Deprecated.
Since 2.3, use variant that takes explicit defaultView
_createParser(ObjectReader, InputStream) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
_locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
Method called to locate XmlMapper to use for serialization and deserialization.
_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.
_resolveIntrospector(Annotations) - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
 
_resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.XMLMapperConfigurator
 
A B C D F G H I J M P V X _ 

Copyright © 2014 FasterXML. All Rights Reserved.