Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DCoercionConfigs.java83 Map<Class<?>, MutableCoercionConfig> newPerClass; in copy() local
85 newPerClass = null; in copy()
87 newPerClass = new HashMap<>(); in copy()
89 newPerClass.put(entry.getKey(), entry.getValue().copy()); in copy()
93 newPerType, newPerClass); in copy()