Home
last modified time | relevance | path

Searched refs:INPUT_SHAPE_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfig.java13 private final static int INPUT_SHAPE_COUNT = CoercionInputShape.values().length; field in CoercionConfig
24 _coercionsByShape = new CoercionAction[INPUT_SHAPE_COUNT]; in CoercionConfig()