Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1427 superInterfaces = _resolveSuperInterfaces(context, rawType, bindings); in _fromClass()
1431 superInterfaces = _resolveSuperInterfaces(context, rawType, bindings); in _fromClass()
1474 …protected JavaType[] _resolveSuperInterfaces(ClassStack context, Class<?> rawType, TypeBindings pa… in _resolveSuperInterfaces() method in TypeFactory