All Classes and Interfaces
Class
Description
Helper class used to allow efficient caching of information,
given a sequence of Annotations.
Enumeration that defines standard annotation sets available for configuring
data binding aspects.
Efficient key class, used instead of using
Class.BeanProperty implementation used for passing annotations
from JAX-RS endpoint into Jackson.Container class for figuring out annotation-based configuration
for JAX-RS end points.
Annotation that can be used enable and/or disable various
features for
ObjectReaders and ObjectWriters.Create plain IOException for JaxRS 1.x because
NoContentException
has been introduced in JaxRS 2.xThis supplier creates fair NoContentException from JaxRS 2.x
Enumeration that defines simple on/off features that can be
used on all Jackson JAX-RS providers, regardless of
underlying data format.
Implementation if
ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received.Implementation of
ExceptionMapper to send down a "400 Bad Request"
in the event unparsable JSON is received.Deprecated.
MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper>
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it.Implementors of this class contains strategies for NoContentException creation
Based on ideas from [Issue#32], this class allows registering a
modifier (
ObjectReaderModifier) that can be used to
reconfigure ObjectReader
that JAX-RS Resource will use for reading input into Java Objects.Based on ideas from [Issue#32], this class allows "overriding" of
ObjectWriter
that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter
before execution reaches resource.ProviderBase<THIS extends ProviderBase<THIS,MAPPER,EP_CONFIG,MAPPER_CONFIG>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper,EP_CONFIG extends EndpointConfigBase<EP_CONFIG>,MAPPER_CONFIG extends MapperConfiguratorBase<MAPPER_CONFIG,MAPPER>>
jackson-databindinstead.