Uses of Class
com.fasterxml.jackson.databind.cfg.ConfigOverride
-
Packages that use ConfigOverride Package Description com.fasterxml.jackson.databind.cfg 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.cfg Modifier and Type Class Description classMutableConfigOverrideExtension ofConfigOverridethat allows changing of contained configuration settings.Fields in com.fasterxml.jackson.databind.cfg declared as ConfigOverride Modifier and Type Field Description protected static ConfigOverrideMapperConfigBase. EMPTY_OVERRIDEMethods in com.fasterxml.jackson.databind.cfg that return ConfigOverride Modifier and Type Method Description static 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.ConfigOverrideMapperConfigBase. findConfigOverride(Class<?> type)ConfigOverrideConfigOverrides. 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.ConfigOverrideMapperConfigBase. getConfigOverride(Class<?> type)Constructors in com.fasterxml.jackson.databind.cfg with parameters of type ConfigOverride Constructor Description ConfigOverride(ConfigOverride src)
-