Class TypeMatcher


  • public class TypeMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMatcher​(java.lang.Class<?> type, java.lang.Class<?>... typeArguments)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.Class<?> type, java.lang.reflect.Type genericType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeMatcher

        public TypeMatcher​(java.lang.Class<?> type,
                           java.lang.Class<?>... typeArguments)
    • Method Detail

      • matches

        public boolean matches​(java.lang.Class<?> type,
                               java.lang.reflect.Type genericType)