java.lang.Object
tools.jackson.jaxrs.cfg.MapperConfiguratorBase<JsonMapperConfigurator,tools.jackson.databind.json.JsonMapper>
tools.jackson.jaxrs.json.JsonMapperConfigurator
public class JsonMapperConfigurator
extends tools.jackson.jaxrs.cfg.MapperConfiguratorBase<JsonMapperConfigurator,tools.jackson.databind.json.JsonMapper>
Helper class used to encapsulate details of configuring an
ObjectMapper instance to be used for data binding, as
well as accessing it.-
Field Summary
Fields inherited from class tools.jackson.jaxrs.cfg.MapperConfiguratorBase
_defaultMapper, _deserFeatures, _instropectorOverride, _mapper, _mapperFeatures, _serFeatures -
Constructor Summary
ConstructorsConstructorDescriptionJsonMapperConfigurator(tools.jackson.databind.json.JsonMapper mapper, tools.jackson.databind.AnnotationIntrospector aiOverride) -
Method Summary
Modifier and TypeMethodDescriptionprotected tools.jackson.databind.cfg.MapperBuilder<?,?> Methods inherited from class tools.jackson.jaxrs.cfg.MapperConfiguratorBase
_builderWithConfiguration, _mapperWithConfiguration, configure, configure, getConfiguredMapper, getDefaultMapper, mapper, setAnnotationIntrospector, setMapper
-
Constructor Details
-
JsonMapperConfigurator
public JsonMapperConfigurator(tools.jackson.databind.json.JsonMapper mapper, tools.jackson.databind.AnnotationIntrospector aiOverride)
-
-
Method Details
-
mapperBuilder
protected tools.jackson.databind.cfg.MapperBuilder<?,?> mapperBuilder()- Specified by:
mapperBuilderin classtools.jackson.jaxrs.cfg.MapperConfiguratorBase<JsonMapperConfigurator,tools.jackson.databind.json.JsonMapper>
-