Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfigs.java73 MutableCoercionConfig[] newPerType; in copy() local
75 newPerType = null; in copy()
78 newPerType = new MutableCoercionConfig[size]; in copy()
80 newPerType[i] = _copy(_perTypeCoercions[i]); in copy()
93 newPerType, newPerClass); in copy()