public class CoercionConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_acceptBlankAsEmpty |
protected CoercionAction[] |
_coercionsByShape
Mapping from
CoercionInputShape into corresponding
CoercionAction . |
Modifier | Constructor and Description |
---|---|
|
CoercionConfig() |
protected |
CoercionConfig(CoercionConfig src) |
Modifier and Type | Method and Description |
---|---|
CoercionAction |
findAction(CoercionInputShape shape) |
Boolean |
getAcceptBlankAsEmpty() |
protected Boolean _acceptBlankAsEmpty
protected final CoercionAction[] _coercionsByShape
CoercionInputShape
into corresponding
CoercionAction
.public CoercionConfig()
protected CoercionConfig(CoercionConfig src)
public CoercionAction findAction(CoercionInputShape shape)
public Boolean getAcceptBlankAsEmpty()
Copyright © 2008–2022 FasterXML. All rights reserved.