Class JsonMapperConfigurator

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

    Constructors
    Constructor
    Description
    JsonMapperConfigurator(tools.jackson.databind.json.JsonMapper mapper, tools.jackson.databind.AnnotationIntrospector aiOverride)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected tools.jackson.databind.cfg.MapperBuilder<?,?>
     

    Methods inherited from class tools.jackson.jaxrs.cfg.MapperConfiguratorBase

    _builderWithConfiguration, _mapperWithConfiguration, configure, configure, getConfiguredMapper, getDefaultMapper, mapper, setAnnotationIntrospector, setMapper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      mapperBuilder in class tools.jackson.jaxrs.cfg.MapperConfiguratorBase<JsonMapperConfigurator,tools.jackson.databind.json.JsonMapper>