Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericTypeExtractor.java37 …lass<?> genericTypeOf(Class<?> rootClass, Class<?> targetBaseClass, Class<?> targetBaseInterface) { in genericTypeOf() argument
46 Type genericInterface = findGenericInteface(match, targetBaseInterface); in genericTypeOf()
60 private static Type findGenericInteface(Class<?> sourceClass, Class<?> targetBaseInterface) { in findGenericInteface() argument
63 if (inter == targetBaseInterface) { in findGenericInteface()
66 Type deeper = findGenericInteface(inter, targetBaseInterface); in findGenericInteface()