Class FieldDescription.SignatureToken
java.lang.Object
net.bytebuddy.description.field.FieldDescription.SignatureToken
- Enclosing interface:
FieldDescription
A token that uniquely identifies a field by its name and type erasure.
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureToken(String name, TypeDescription type) Creates a new signature token. -
Method Summary
-
Constructor Details
-
SignatureToken
Creates a new signature token.- Parameters:
name- The field's name.type- The field's raw type.
-
-
Method Details