Interface ShadowMatcher

  • All Known Implementing Classes:
    AndroidSdkShadowMatcher

    public interface ShadowMatcher
    ShadowMatcher is used by ShadowWrangler to provide library-specific rules about whether shadow classes and methods should be considered matches.
    • Method Detail

      • matches

        boolean matches​(ShadowInfo shadowInfo)
      • matches

        boolean matches​(Method method)