Uses of Class
com.fasterxml.jackson.databind.cfg.CoercionConfig
Packages that use CoercionConfig
Package
Description
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.cfgModifier and TypeClassDescriptionclass
Mutable version ofCoercionConfig
(or rather, extended API) exposed during configuration phase ofObjectMapper
construction (viaJsonMapper.builder()
).Constructors in com.fasterxml.jackson.databind.cfg with parameters of type CoercionConfig