Uses of Class
tools.jackson.databind.cfg.MutableCoercionConfig
Packages that use MutableCoercionConfig
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 MutableCoercionConfig in tools.jackson.databind.cfg
Fields in tools.jackson.databind.cfg declared as MutableCoercionConfigModifier and TypeFieldDescriptionprotected final MutableCoercionConfigCoercionConfigs._defaultCoercionsDefault coercion definitions used if no overrides found by logical or physical type.protected MutableCoercionConfig[]CoercionConfigs._perTypeCoercionsCoercion definitions by logical type (LogicalType)Fields in tools.jackson.databind.cfg with type parameters of type MutableCoercionConfigModifier and TypeFieldDescriptionprotected Map<Class<?>,MutableCoercionConfig> CoercionConfigs._perClassCoercionsCoercion definitions by physical type (Class).Methods in tools.jackson.databind.cfg that return MutableCoercionConfigModifier and TypeMethodDescriptionMutableCoercionConfig.copy()CoercionConfigs.defaultCoercions()CoercionConfigs.findOrCreateCoercion(Class<?> type) CoercionConfigs.findOrCreateCoercion(LogicalType type) MutableCoercionConfig.setAcceptBlankAsEmpty(Boolean state) MutableCoercionConfig.setCoercion(CoercionInputShape shape, CoercionAction action) Method to set coercions to target type or class during builder-style mapper construction withMapperBuilder.withCoercionConfig(Class, Consumer),MapperBuilder.withCoercionConfig(tools.jackson.databind.type.LogicalType, Consumer)andMapperBuilder.withCoercionConfigDefaults(Consumer)... these builder methods.Method parameters in tools.jackson.databind.cfg with type arguments of type MutableCoercionConfigModifier and TypeMethodDescriptionMapperBuilder.withCoercionConfig(Class<?> forType, Consumer<MutableCoercionConfig> handler) Method for changing coercion config for specific physical type, through callback to specific handler.MapperBuilder.withCoercionConfig(LogicalType forType, Consumer<MutableCoercionConfig> handler) Method for changing coercion config for specific logical types, through callback to specific handler.MapperBuilder.withCoercionConfigDefaults(Consumer<MutableCoercionConfig> handler) Method for changing target-type-independent coercion configuration defaults.Constructors in tools.jackson.databind.cfg with parameters of type MutableCoercionConfigModifierConstructorDescriptionprotectedCoercionConfigs(CoercionAction defaultAction, MutableCoercionConfig defaultCoercions, MutableCoercionConfig[] perTypeCoercions, Map<Class<?>, MutableCoercionConfig> perClassCoercions) protectedConstructor parameters in tools.jackson.databind.cfg with type arguments of type MutableCoercionConfigModifierConstructorDescriptionprotectedCoercionConfigs(CoercionAction defaultAction, MutableCoercionConfig defaultCoercions, MutableCoercionConfig[] perTypeCoercions, Map<Class<?>, MutableCoercionConfig> perClassCoercions)