Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java1562 TypeBindings newBindings; in _fromParamType() local
1565 newBindings = EMPTY_BINDINGS; in _fromParamType()
1571 newBindings = TypeBindings.create(rawType, pt); in _fromParamType()
1573 return _fromClass(context, rawType, newBindings); in _fromParamType()