Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1265 return _newSimpleType(raw, bindings, superClass, superInterfaces); in _constructSimple()
1275 protected JavaType _newSimpleType(Class<?> raw, TypeBindings bindings, in _newSimpleType() method in TypeFactory
1451 result = _newSimpleType(rawType, bindings, superClass, superInterfaces); in _fromClass()