Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1342 resultType = _fromVariable(context, (TypeVariable<?>) srcType, bindings); in _fromAny()
1582 protected JavaType _fromVariable(ClassStack context, TypeVariable<?> var, TypeBindings bindings) in _fromVariable() method in TypeFactory