Class LatentMatcher.ForMethodToken.ResolvedMatcher

All Implemented Interfaces:
ElementMatcher<MethodDescription>, ElementMatcher.Junction<MethodDescription>
Enclosing class:
LatentMatcher.ForMethodToken

@Enhance protected static class LatentMatcher.ForMethodToken.ResolvedMatcher extends ElementMatcher.Junction.ForNonNullValues<MethodDescription>
A resolved matcher of a latent method matcher for a method token.
  • Field Details

  • Constructor Details

    • ResolvedMatcher

      protected ResolvedMatcher(MethodDescription.SignatureToken signatureToken)
      Creates a new resolved matcher.
      Parameters:
      signatureToken - The signature token representing the matched field.
  • Method Details