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.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ShadowMatcher
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Method method)
     
    boolean
    matches(ShadowInfo shadowInfo)
     
  • Field Details

  • Method Details

    • matches

      boolean matches(ShadowInfo shadowInfo)
    • matches

      boolean matches(Method method)