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 | Description |
---|---|---|
class |
MutableConfigOverride |
Extension of
ConfigOverride that allows changing of
contained configuration settings. |
Modifier and Type | Field | Description |
---|---|---|
protected static ConfigOverride |
MapperConfigBase.EMPTY_OVERRIDE |
Modifier and Type | Method | Description |
---|---|---|
static ConfigOverride |
ConfigOverride.empty() |
Accessor for immutable "empty" instance that has no configuration overrides defined.
|
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 |
MapperConfigBase.findConfigOverride(Class<?> type) |
|
ConfigOverride |
ConfigOverrides.findOverride(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. |
ConfigOverride |
MapperConfigBase.getConfigOverride(Class<?> type) |
Constructor | Description |
---|---|
ConfigOverride(ConfigOverride src) |
Copyright © 2008–2018. All rights reserved.