Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java698 return _fromAny(null, type, EMPTY_BINDINGS); in constructType()
716 return _fromAny(null, type, bindings); in constructType()
722 return _fromAny(null, typeRef.getType(), EMPTY_BINDINGS); in constructType()
778 return _fromAny(null, type, bindings); in constructType()
794 return ArrayType.construct(_fromAny(null, elementType, null), null); in constructArrayType()
1321 protected JavaType _fromAny(ClassStack context, Type srcType, TypeBindings bindings) in _fromAny() method in TypeFactory
1417 result = ArrayType.construct(_fromAny(context, rawType.getComponentType(), bindings), in _fromClass()
1471 return _fromAny(context, parent, parentBindings); in _resolveSuperClass()
1484 resolved[i] = _fromAny(context, type, parentBindings); in _resolveSuperInterfaces()
1569 pt[i] = _fromAny(context, args[i], parentBindings); in _fromParamType()
[all …]