Class CoercionConfig
- java.lang.Object
-
- com.fasterxml.jackson.databind.cfg.CoercionConfig
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MutableCoercionConfig
public class CoercionConfig extends java.lang.Object implements java.io.Serializable
- Since:
- 2.12
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean
_acceptBlankAsEmpty
protected CoercionAction[]
_coercionsByShape
Mapping fromCoercionInputShape
into correspondingCoercionAction
.
-
Constructor Summary
Constructors Modifier Constructor Description CoercionConfig()
protected
CoercionConfig(CoercionConfig src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoercionAction
findAction(CoercionInputShape shape)
java.lang.Boolean
getAcceptBlankAsEmpty()
-
-
-
Field Detail
-
_acceptBlankAsEmpty
protected java.lang.Boolean _acceptBlankAsEmpty
-
_coercionsByShape
protected final CoercionAction[] _coercionsByShape
Mapping fromCoercionInputShape
into correspondingCoercionAction
.
-
-
Constructor Detail
-
CoercionConfig
public CoercionConfig()
-
CoercionConfig
protected CoercionConfig(CoercionConfig src)
-
-
Method Detail
-
findAction
public CoercionAction findAction(CoercionInputShape shape)
-
getAcceptBlankAsEmpty
public java.lang.Boolean getAcceptBlankAsEmpty()
-
-