All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description 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.CBOREndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.CBORMapperConfigurator Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.CBORMediaTypes ClassKey Efficient key class, used instead of usingClass
.EndpointAsBeanProperty BeanProperty
implementation 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.JacksonCBORProvider Basic implementation of JAX-RS abstractions (MessageBodyReader
,MessageBodyWriter
) needed for binding CBOR ("application/cbor") content to and from Java Objects ("POJO"s).JacksonFeatures Annotation that can be used enable and/or disable various features forObjectReader
s andObjectWriter
s.JacksonJaxbCBORProvider JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).JacksonJaxbJsonProvider JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).JacksonJaxbSmileProvider JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).JacksonJaxbXMLProvider JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).JacksonJaxbYAMLProvider 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).JacksonSmileProvider Basic implementation of JAX-RS abstractions (MessageBodyReader
,MessageBodyWriter
) needed for binding Smile ("application/x-jackson-smile") content to and from Java Objects ("POJO"s).JacksonXMLProvider Basic implementation of JAX-RS abstractions (MessageBodyReader
,MessageBodyWriter
) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).JacksonYAMLProvider Basic implementation of JAX-RS abstractions (MessageBodyReader
,MessageBodyWriter
) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).JaxRS1NoContentExceptionSupplier Create plain IOException for JaxRS 1.x becauseNoContentException
has been introduced in JaxRS 2.xJaxRS2NoContentExceptionSupplier This supplier creates fair NoContentException from JaxRS 2.xJaxrs2TypesModule Simple datatype module that adds serialization and deserialization support for following JAX-RS 2.0 types:Link
: serialized using "link header" representationJaxRSFeature Enumeration that defines simple on/off features that can be used on all Jackson JAX-RS providers, regardless of underlying data format.JsonEndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.JsonMapperConfigurator Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.JsonMappingExceptionMapper Implementation ifExceptionMapper
to send down a "400 Bad Request" response in the event that unmappable JSON is received.JSONP JSONP.Def Helper class for encapsulating information fromJSONP
annotation instance.JsonParseExceptionMapper Implementation ofExceptionMapper
to send down a "400 Bad Request" in the event unparsable JSON is received.LinkDeserializer LRUMap<K,V> Deprecated. Since 2.16.1 Use one fromjackson-databind
instead.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.NoContentExceptionSupplier Implementors of this class contains strategies for NoContentException creationObjectReaderInjector 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.ObjectReaderModifier ObjectWriterInjector 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.ObjectWriterModifier PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.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>> SmileEndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.SmileMapperConfigurator Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.SmileMediaTypes XMLEndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.XMLMapperConfigurator Helper class used to encapsulate details of configuring anXmlMapper
instance to be used for data binding, as well as accessing it.YAMLEndpointConfig Container class for figuring out annotation-based configuration for JAX-RS end points.YAMLMapperConfigurator Helper class used to encapsulate details of configuring anYAMLMapper
instance to be used for data binding, as well as accessing it.YAMLMediaTypes