Class SignatureTokenMatcher<T extends MethodDescription>

Type Parameters:
T - The type of the matched entity.
All Implemented Interfaces:
ElementMatcher<T>, ElementMatcher.Junction<T>

@Enhance public class SignatureTokenMatcher<T extends MethodDescription> extends ElementMatcher.Junction.ForNonNullValues<T>
Matches a method description's signature token against another matcher.
  • Constructor Details

    • SignatureTokenMatcher

      public SignatureTokenMatcher(ElementMatcher<? super MethodDescription.SignatureToken> matcher)
      Creates a new signature token matcher.
      Parameters:
      matcher - The matcher to match the signature token against.
  • Method Details