Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java479 JavaType baseWithPlaceholders = tmpSub.findSuperType(baseType.getRawClass()); in _bindingsForSubtype() local
480 if (baseWithPlaceholders == null) { // should be found but... in _bindingsForSubtype()
486 String error = _resolveTypePlaceholders(baseType, baseWithPlaceholders); in _bindingsForSubtype()