public class MutableCoercionConfig extends CoercionConfig implements Serializable
CoercionConfig
(or rather, extended API)
exposed during configuration phase of ObjectMapper
construction (via Builder)._acceptBlankAsEmpty, _coercionsByShape
Modifier | Constructor and Description |
---|---|
|
MutableCoercionConfig() |
protected |
MutableCoercionConfig(MutableCoercionConfig src) |
Modifier and Type | Method and Description |
---|---|
MutableCoercionConfig |
copy() |
MutableCoercionConfig |
setAcceptBlankAsEmpty(Boolean state) |
MutableCoercionConfig |
setCoercion(CoercionInputShape shape,
CoercionAction action) |
findAction, getAcceptBlankAsEmpty
public MutableCoercionConfig()
protected MutableCoercionConfig(MutableCoercionConfig src)
public MutableCoercionConfig copy()
public MutableCoercionConfig setCoercion(CoercionInputShape shape, CoercionAction action)
public MutableCoercionConfig setAcceptBlankAsEmpty(Boolean state)
Copyright © 2008–2020 FasterXML. All rights reserved.