Uses of Class
tools.jackson.databind.cfg.ConfigOverride
Packages that use ConfigOverride
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 ConfigOverride in tools.jackson.databind.cfg
Subclasses of ConfigOverride in tools.jackson.databind.cfgModifier and TypeClassDescriptionclassExtension ofConfigOverridethat allows changing of contained configuration settings.Fields in tools.jackson.databind.cfg declared as ConfigOverrideModifier and TypeFieldDescriptionprotected static final ConfigOverrideMapperConfigBase.EMPTY_OVERRIDEMethods in tools.jackson.databind.cfg that return ConfigOverrideModifier and TypeMethodDescriptionstatic ConfigOverrideConfigOverride.empty()Accessor for immutable "empty" instance that has no configuration overrides defined.abstract ConfigOverrideMapperConfig.findConfigOverride(Class<?> type) Accessor for findingConfigOverrideto use for properties of given type, if any exist; or return `null` if not.final ConfigOverrideMapperConfigBase.findConfigOverride(Class<?> type) ConfigOverrides.findOverride(Class<?> type) abstract ConfigOverrideMapperConfig.getConfigOverride(Class<?> type) Accessor for findingConfigOverrideto use for properties of given type, if any exist; or if none, return an immutable "empty" instance with no overrides.final ConfigOverrideMapperConfigBase.getConfigOverride(Class<?> type) Constructors in tools.jackson.databind.cfg with parameters of type ConfigOverride