Uses of Class
com.fasterxml.jackson.databind.cfg.CoercionConfig
-
Packages that use CoercionConfig 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 CoercionConfig in com.fasterxml.jackson.databind.cfg
Subclasses of CoercionConfig in com.fasterxml.jackson.databind.cfg Modifier and Type Class Description class
MutableCoercionConfig
Mutable version ofCoercionConfig
(or rather, extended API) exposed during configuration phase ofObjectMapper
construction (via Builder).Constructors in com.fasterxml.jackson.databind.cfg with parameters of type CoercionConfig Constructor Description CoercionConfig(CoercionConfig src)
-