Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBindings.java388 … private final static TypeVariable<?>[] VARS_ARRAY_LIST = ArrayList.class.getTypeParameters(); field in TypeBindings.TypeParamStash
403 return VARS_ARRAY_LIST; in paramsFor1()