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 ). |
Modifier and Type | Class and Description |
---|---|
class |
MutableConfigOverride
Extension of
ConfigOverride that allows changing of
contained configuration settings. |
Modifier and Type | Field and Description |
---|---|
protected static ConfigOverride |
MapperConfigBase.EMPTY_OVERRIDE |
Modifier and Type | Method and Description |
---|---|
static ConfigOverride |
ConfigOverride.empty()
Accessor for immutable "empty" instance that has no configuration overrides defined.
|
ConfigOverride |
MapperConfigBase.findConfigOverride(Class<?> type) |
abstract ConfigOverride |
MapperConfig.findConfigOverride(Class<?> type)
Accessor for finding
ConfigOverride to use for
properties of given type, if any exist; or return `null` if not. |
ConfigOverride |
ConfigOverrides.findOverride(Class<?> type) |
ConfigOverride |
MapperConfigBase.getConfigOverride(Class<?> type) |
abstract ConfigOverride |
MapperConfig.getConfigOverride(Class<?> type)
Accessor for finding
ConfigOverride to use for
properties of given type, if any exist; or if none, return an immutable
"empty" instance with no overrides. |
Constructor and Description |
---|
ConfigOverride(ConfigOverride src) |
Copyright © 2008–2018 FasterXML. All rights reserved.