Uses of Class
net.bytebuddy.description.field.FieldDescription.SignatureToken
-
Packages that use FieldDescription.SignatureToken Package Description net.bytebuddy.description.field Contains descriptions of Java fields.net.bytebuddy.matcher 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.SignatureToken Modifier and Type Method Description FieldDescription.SignatureToken
FieldDescription.AbstractBase. asSignatureToken()
Returns a signature token representing this field.FieldDescription.SignatureToken
FieldDescription. asSignatureToken()
Returns a signature token representing this field.FieldDescription.SignatureToken
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.SignatureToken Modifier and Type Field Description private FieldDescription.SignatureToken
LatentMatcher.ForFieldToken.ResolvedMatcher. signatureToken
The signature token representing the matched field.Constructors in net.bytebuddy.matcher with parameters of type FieldDescription.SignatureToken Constructor Description ResolvedMatcher(FieldDescription.SignatureToken signatureToken)
Creates a new resolved matcher.
-