Uses of Class
com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
Packages that use MapperConfiguratorBase
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 MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.base
Classes in com.fasterxml.jackson.jaxrs.base with type parameters of type MapperConfiguratorBaseModifier 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>> Fields in com.fasterxml.jackson.jaxrs.base declared as MapperConfiguratorBaseModifier and TypeFieldDescriptionprotected final MAPPER_CONFIG
ProviderBase._mapperConfig
Helper object used for encapsulating configuration aspects ofObjectMapper
-
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.cbor
Subclasses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.cborModifier and TypeClassDescriptionclass
Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it. -
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.cfg
Classes in com.fasterxml.jackson.jaxrs.cfg with type parameters of type MapperConfiguratorBaseModifier and TypeClassDescriptionclass
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. -
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.json
Subclasses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.jsonModifier and TypeClassDescriptionclass
Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it. -
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.smile
Subclasses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.smileModifier and TypeClassDescriptionclass
Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it. -
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.xml
Subclasses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.xmlModifier and TypeClassDescriptionclass
Helper class used to encapsulate details of configuring anXmlMapper
instance to be used for data binding, as well as accessing it. -
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.yaml
Subclasses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.yamlModifier and TypeClassDescriptionclass
Helper class used to encapsulate details of configuring anYAMLMapper
instance to be used for data binding, as well as accessing it.