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
JSON 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 TypeClassDescriptionclass
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>> -
Uses of ProviderBase in com.fasterxml.jackson.jaxrs.json
Subclasses of ProviderBase in com.fasterxml.jackson.jaxrs.jsonModifier and TypeClassDescriptionclass
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).class
Basic implementation of JAX-RS abstractions (MessageBodyReader
,MessageBodyWriter
) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).