Skip navigation links
B C D F G H J M P V X _ 

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).

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.

J

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.

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(MapperConfig<?>) - 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
 
_configForWriting(ObjectWriter, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
 
_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
 
B C D F G H J M P V X _ 
Skip navigation links

Copyright © 2023 FasterXML. All rights reserved.