Class LatentMatcher.ForMethodToken

java.lang.Object
net.bytebuddy.matcher.LatentMatcher.ForMethodToken
All Implemented Interfaces:
LatentMatcher<MethodDescription>
Enclosing interface:
LatentMatcher<T>

@Enhance public static class LatentMatcher.ForMethodToken extends Object implements LatentMatcher<MethodDescription>
A latent matcher where the method token is being attached to the supplied type description before matching.
  • Field Details

  • Constructor Details

    • ForMethodToken

      public ForMethodToken(MethodDescription.Token token)
      Creates a new latent matcher for a method token.
      Parameters:
      token - A token representing the method being matched.
  • Method Details