All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description AbstractObjectMapper Internal ObjectMapper withJaxrsFeatureBag.AnnotationBundleKey Helper class used to allow efficient caching of information, given a sequence of Annotations.Annotations Enumeration that defines standard annotation sets available for configuring data binding aspects.ClassKey Efficient key class, used instead of usingClass.DefaultJacksonJaxbJsonProvider Entity Data provider based on Jackson JSON provider.EndpointAsBeanProperty BeanPropertyimplementation used for passing annotations from JAX-RS endpoint into Jackson.EndpointConfigBase<THIS extends EndpointConfigBase<THIS>> Container class for figuring out annotation-based configuration for JAX-RS end points.FilteringJacksonJaxbJsonProvider Entity Data Filtering provider based on Jackson JSON provider.JacksonAutoDiscoverable AutoDiscoverableregisteringJacksonFeatureif the feature is not already registered.JacksonFeature Feature used to register Jackson JSON providers.JacksonFeatures Annotation that can be used enable and/or disable various features forObjectReaders andObjectWriters.JacksonFilteringFeature Featureadding support for Entity Data Filtering into Jackson media module.JacksonJaxbJsonProvider JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).JacksonJsonProvider Basic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).JacksonMapperConfigurator JaxRSFeature Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.JaxrsFeatureBag<T extends JaxrsFeatureBag> Internal holder class forJaxRSFeaturesettings and their values.JaxRSFeatureObjectMapper The JacksonObjectMappersupportingJaxRSFeatures.JsonEndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.JsonMapperConfigurator Helper class used to encapsulate details of configuring anObjectMapperinstance to be used for data binding, as well as accessing it.JsonMappingExceptionMapper Implementation ifExceptionMapperto send down a "400 Bad Request" response in the event that unmappable JSON is received.JSONP JSONP.Def Helper class for encapsulating information fromJSONPannotation instance.JsonParseExceptionMapper Implementation ofExceptionMapperto send down a "400 Bad Request" in the event unparsable JSON is received.LocalizationMessages Defines string formatting method for each constant in the resource fileLRUMap<K,V> Deprecated. Since 2.16.1 Use one fromjackson-databindinstead.MapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper> Helper class used to encapsulate details of configuring anObjectMapperinstance to be used for data binding, as well as accessing it.ObjectReaderInjector Based on ideas from [Issue#32], this class allows registering a modifier (ObjectReaderModifier) that can be used to reconfigureObjectReaderthat JAX-RS Resource will use for reading input into Java Objects.ObjectReaderModifier ObjectWriterInjector Based on ideas from [Issue#32], this class allows "overriding" ofObjectWriterthat JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter before execution reaches resource.ObjectWriterModifier PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.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>>