Class LatentMatcher.ForFieldToken

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

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

  • Constructor Details

    • ForFieldToken

      public ForFieldToken(FieldDescription.Token token)
      Creates a new latent matcher for a field token.
      Parameters:
      token - A token representing the field being matched.
  • Method Details