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 |
MutableCoercionConfig
Mutable version of
CoercionConfig (or rather, extended API)
exposed during configuration phase of ObjectMapper
construction (via Builder). |
Constructor and Description |
---|
CoercionConfig(CoercionConfig src) |
Copyright © 2008–2022 FasterXML. All rights reserved.