Package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
package org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
-
ClassDescriptionHelper 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.EndpointConfigBase<THIS extends EndpointConfigBase<THIS>>Container class for figuring out annotation-based configuration for JAX-RS end points.Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,
MAPPER>, MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.Based on ideas from [Issue#32], this class allows registering a modifier (ObjectReaderModifier
) that can be used to reconfigureObjectReader
that JAX-RS Resource will use for reading input into Java Objects.Based on ideas from [Issue#32], this class allows "overriding" ofObjectWriter
that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource.