Uses of Class
com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Packages that use MapperConfiguratorBase Package Description com.fasterxml.jackson.jaxrs.base com.fasterxml.jackson.jaxrs.cfg com.fasterxml.jackson.jaxrs.json Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType). -
-
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.base
Classes in com.fasterxml.jackson.jaxrs.base with type parameters of type MapperConfiguratorBase Modifier and Type Class Description class
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 MapperConfiguratorBase Modifier and Type Field Description protected MAPPER_CONFIG
ProviderBase. _mapperConfig
Helper object used for encapsulating configuration aspects ofObjectMapper
-
Uses of MapperConfiguratorBase in com.fasterxml.jackson.jaxrs.cfg
Classes in com.fasterxml.jackson.jaxrs.cfg with type parameters of type MapperConfiguratorBase Modifier and Type Class Description class
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.json Modifier and Type Class Description class
JsonMapperConfigurator
Helper class used to encapsulate details of configuring anObjectMapper
instance to be used for data binding, as well as accessing it.
-