Uses of Class
com.fasterxml.jackson.jaxrs.base.ProviderBase
Packages that use ProviderBase
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Compact Binary Object Representation (CBOR) content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
Smile content type.
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
XML content type (MediaType).
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
-
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.base
Classes in com.fasterxml.jackson.jaxrs.base with type parameters of type ProviderBaseModifier and TypeClassDescriptionclassProviderBase<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>> -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.cbor
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.cborModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding CBOR ("application/cbor") content to and from Java Objects ("POJO"s).classJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority). -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.json
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.jsonModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s). -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.smile
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.smileModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding Smile ("application/x-jackson-smile") content to and from Java Objects ("POJO"s). -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.xml
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.xmlModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s). -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.yaml
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.yamlModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).classBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).