public class MatcherGenericTypeExtractor
extends java.lang.Object
| Constructor and Description |
|---|
MatcherGenericTypeExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<?> |
genericTypeOfMatcher(java.lang.Class<?> matcherClass)
Gets the generic type of given matcher.
|