public class TypeMatcher
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TypeMatcher
public TypeMatcher(Class<?> type,
Class<?>... typeArguments)
-
Method Details
-
matches
public boolean matches(Class<?> type,
Type genericType)