Class MutableCoercionConfig
java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.cfg.CoercionConfig
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.cfg.MutableCoercionConfig
- All Implemented Interfaces:
Serializable
Mutable version of
CoercionConfig
(or rather, extended API)
exposed during configuration phase of ObjectMapper
construction (via Builder).- Since:
- 2.12
- See Also:
-
Field Summary
Fields inherited from class edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.cfg.CoercionConfig
_acceptBlankAsEmpty, _coercionsByShape
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
setAcceptBlankAsEmpty
(Boolean state) setCoercion
(CoercionInputShape shape, CoercionAction action) Methods inherited from class edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.cfg.CoercionConfig
findAction, getAcceptBlankAsEmpty
-
Constructor Details
-
MutableCoercionConfig
public MutableCoercionConfig() -
MutableCoercionConfig
-
-
Method Details
-
copy
-
setCoercion
-
setAcceptBlankAsEmpty
-