Searched defs:resolveTypeVariable (Results 1 – 2 of 2) sorted by relevance
316 public static Type resolveTypeVariable(Type type, Class<?> rawType, TypeVariable unknown) { in resolveTypeVariable() method in MoreTypes
442 …private static Type resolveTypeVariable(Type context, Class<?> contextRawType, TypeVariable<?> unk… in resolveTypeVariable() method in $Gson$Types