Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DMapLikeType.java151 JavaType srcKeyType = src.getKeyType(); in withHandlersFrom() local
154 if (srcKeyType != null) { in withHandlersFrom()
155 JavaType ct = _keyType.withHandlersFrom(srcKeyType); in withHandlersFrom()