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 classProviderBase<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_CONFIGProviderBase. _mapperConfigHelper 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 classMapperConfiguratorBase<IMPL extends MapperConfiguratorBase<IMPL,MAPPER>,MAPPER extends com.fasterxml.jackson.databind.ObjectMapper>Helper class used to encapsulate details of configuring anObjectMapperinstance 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 classJsonMapperConfiguratorHelper class used to encapsulate details of configuring anObjectMapperinstance to be used for data binding, as well as accessing it.
-