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
-
-
Constructor Summary
Constructors Constructor Description CoercionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoercionAction
findAction(CoercionInputShape shape)
java.lang.Boolean
getAcceptBlankAsEmpty()
-
-
-
Method Detail
-
findAction
public CoercionAction findAction(CoercionInputShape shape)
-
getAcceptBlankAsEmpty
public java.lang.Boolean getAcceptBlankAsEmpty()
-
-