Package org.mockito.internal.hamcrest
Class MatcherGenericTypeExtractor
- java.lang.Object
-
- org.mockito.internal.hamcrest.MatcherGenericTypeExtractor
-
public final class MatcherGenericTypeExtractor extends java.lang.Object
Extracts generic type of matcher
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MatcherGenericTypeExtractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>
genericTypeOfMatcher(java.lang.Class<?> matcherClass)
Gets the generic type of given matcher.
-