Uses of Class
net.bytebuddy.description.field.FieldDescription.SignatureToken
Packages that use FieldDescription.SignatureToken
Package
Description
Contains descriptions of Java fields.
Contains an API for matching Java byte code entities.
-
Uses of FieldDescription.SignatureToken in net.bytebuddy.description.field
Methods in net.bytebuddy.description.field that return FieldDescription.SignatureTokenModifier and TypeMethodDescriptionFieldDescription.AbstractBase.asSignatureToken()
Returns a signature token representing this field.FieldDescription.asSignatureToken()
Returns a signature token representing this field.FieldDescription.Token.asSignatureToken
(TypeDescription declaringType) Creates a signature token that represents the method that is represented by this token. -
Uses of FieldDescription.SignatureToken in net.bytebuddy.matcher
Fields in net.bytebuddy.matcher declared as FieldDescription.SignatureTokenModifier and TypeFieldDescriptionprivate final FieldDescription.SignatureToken
LatentMatcher.ForFieldToken.ResolvedMatcher.signatureToken
The signature token representing the matched field.Constructors in net.bytebuddy.matcher with parameters of type FieldDescription.SignatureTokenModifierConstructorDescriptionprotected
ResolvedMatcher
(FieldDescription.SignatureToken signatureToken) Creates a new resolved matcher.