Class TypeMatcher


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

      Constructors 
      Constructor Description
      TypeMatcher​(java.lang.String signature)  
      TypeMatcher​(java.lang.String signature, boolean matchInherited)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(@Nullable JavaType type)  
      boolean matches​(@Nullable TypeTree tt)  
      • 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.String signature,
                           boolean matchInherited)
      • TypeMatcher

        public TypeMatcher​(java.lang.String signature)
    • Method Detail

      • matches

        public boolean matches​(@Nullable
                               @Nullable JavaType type)
      • matches

        public boolean matches​(@Nullable
                               @Nullable TypeTree tt)