Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java834 JavaType realET = t.getContentType(); in constructCollectionType() local
835 if (!realET.equals(elementType)) { in constructCollectionType()
838 ClassUtil.nameOf(collectionClass), elementType, realET)); in constructCollectionType()