Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericTypeExtractor.java46 Type genericInterface = findGenericInteface(match, targetBaseInterface); in genericTypeOf()
60 private static Type findGenericInteface(Class<?> sourceClass, Class<?> targetBaseInterface) { in findGenericInteface() method in GenericTypeExtractor
66 Type deeper = findGenericInteface(inter, targetBaseInterface); in findGenericInteface()