Uses of Class
tools.jackson.databind.cfg.HandlerInstantiator
Packages that use HandlerInstantiator
Package
Description
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
Uses of HandlerInstantiator in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as HandlerInstantiatorModifier and TypeFieldDescriptionprotected final HandlerInstantiatorBaseSettings._handlerInstantiatorObject used for creating instances of handlers (serializers, deserializers, type and type id resolvers), given class to instantiate.Methods in tools.jackson.databind.cfg that return HandlerInstantiatorModifier and TypeMethodDescriptionBaseSettings.getHandlerInstantiator()final HandlerInstantiatorMapperConfig.getHandlerInstantiator()Methods in tools.jackson.databind.cfg with parameters of type HandlerInstantiatorModifier and TypeMethodDescriptionMapperBuilder.handlerInstantiator(HandlerInstantiator hi) Method for configuringHandlerInstantiatorto use for creating instances of handlers (such as serializers, deserializers, type and type id resolvers), given a class.BaseSettings.with(HandlerInstantiator hi) Constructors in tools.jackson.databind.cfg with parameters of type HandlerInstantiatorModifierConstructorDescriptionBaseSettings(AnnotationIntrospector ai, PropertyNamingStrategy pns, EnumNamingStrategy ens, AccessorNamingStrategy.Provider accNaming, TypeResolverBuilder<?> defaultTyper, PolymorphicTypeValidator ptv, DateFormat dateFormat, HandlerInstantiator hi, Locale locale, TimeZone tz, Base64Variant defaultBase64, CacheProvider cacheProvider, JsonNodeFactory nodeFactory, ConstructorDetector ctorDetector)