Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1448 … result = _fromWellKnownInterface(context, rawType, bindings, superClass, superInterfaces); in _fromClass()
1519 …protected JavaType _fromWellKnownInterface(ClassStack context, Class<?> rawType, TypeBindings bind… in _fromWellKnownInterface() method in TypeFactory