| Package | Description |
|---|---|
| net.bytebuddy.description.field |
Contains descriptions of Java fields.
|
| net.bytebuddy.matcher |
Contains an API for matching Java byte code entities.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDescription.SignatureToken |
FieldDescription.asSignatureToken()
Returns a signature token representing this field.
|
FieldDescription.SignatureToken |
FieldDescription.AbstractBase.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.
|
| Constructor and Description |
|---|
ResolvedMatcher(FieldDescription.SignatureToken signatureToken)
Creates a new resolved matcher.
|
Copyright © 2014–2023. All rights reserved.