Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBindings.java123 TypeVariable<?>[] vars = TypeParamStash.paramsFor1(erasedType); in create()
136 TypeVariable<?>[] vars = TypeParamStash.paramsFor2(erasedType); in create()
383 static class TypeParamStash { class in TypeBindings