Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1216 private JavaType _collectionType(Class<?> rawClass, TypeBindings bindings, in _collectionType() method in TypeFactory
1506 return _collectionType(rawType, bindings, superClass, superInterfaces); in _fromWellKnownClass()