Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfig.java21 protected final CoercionAction[] _coercionsByShape; field in CoercionConfig
24 _coercionsByShape = new CoercionAction[INPUT_SHAPE_COUNT]; in CoercionConfig()
30 _coercionsByShape = Arrays.copyOf(src._coercionsByShape, in CoercionConfig()
31 src._coercionsByShape.length); in CoercionConfig()
35 return _coercionsByShape[shape.ordinal()]; in findAction()
DMutableCoercionConfig.java28 _coercionsByShape[shape.ordinal()] = action; in setCoercion()