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 | Method and Description |
---|---|
ConfigOverride |
MapperConfigBase.findConfigOverride(Class<?> type) |
abstract ConfigOverride |
MapperConfig.findConfigOverride(Class<?> type)
Accessor for finding possible
ConfigOverride to use for
properties of given type. |
ConfigOverride |
ConfigOverrides.findOverride(Class<?> type) |
Constructor and Description |
---|
ConfigOverride(ConfigOverride src) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.