Home
last modified time | relevance | path

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

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