public class MutableCoercionConfig extends CoercionConfig implements java.io.Serializable
CoercionConfig
(or rather, extended API)
exposed during configuration phase of ObjectMapper
construction (via Builder).Constructor and Description |
---|
MutableCoercionConfig() |
Modifier and Type | Method and Description |
---|---|
MutableCoercionConfig |
copy() |
MutableCoercionConfig |
setAcceptBlankAsEmpty(java.lang.Boolean state) |
MutableCoercionConfig |
setCoercion(CoercionInputShape shape,
CoercionAction action) |
findAction, getAcceptBlankAsEmpty
public MutableCoercionConfig copy()
public MutableCoercionConfig setCoercion(CoercionInputShape shape, CoercionAction action)
public MutableCoercionConfig setAcceptBlankAsEmpty(java.lang.Boolean state)
Copyright © 2010 - 2023 Adobe. All Rights Reserved