Uses of Class
com.fasterxml.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 (
com.fasterxml.jackson.databind
).-
Uses of ConfigOverride in com.fasterxml.jackson.databind.cfg
Subclasses of ConfigOverride in com.fasterxml.jackson.databind.cfgModifier and TypeClassDescriptionclass
Extension ofConfigOverride
that allows changing of contained configuration settings.Fields in com.fasterxml.jackson.databind.cfg declared as ConfigOverrideModifier and TypeFieldDescriptionprotected static final ConfigOverride
MapperConfigBase.EMPTY_OVERRIDE
Methods in com.fasterxml.jackson.databind.cfg that return ConfigOverrideModifier and TypeMethodDescriptionstatic ConfigOverride
ConfigOverride.empty()
Accessor for immutable "empty" instance that has no configuration overrides defined.abstract ConfigOverride
MapperConfig.findConfigOverride
(Class<?> type) Accessor for findingConfigOverride
to use for properties of given type, if any exist; or return `null` if not.final ConfigOverride
MapperConfigBase.findConfigOverride
(Class<?> type) ConfigOverrides.findOverride
(Class<?> type) abstract ConfigOverride
MapperConfig.getConfigOverride
(Class<?> type) Accessor for findingConfigOverride
to use for properties of given type, if any exist; or if none, return an immutable "empty" instance with no overrides.final ConfigOverride
MapperConfigBase.getConfigOverride
(Class<?> type) Constructors in com.fasterxml.jackson.databind.cfg with parameters of type ConfigOverride