public static class FieldDescription.SignatureToken extends Object
| Constructor and Description |
|---|
SignatureToken(String name,
TypeDescription type)
Creates a new signature token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getName()
Returns the name of the represented field.
|
TypeDescription |
getType()
Returns the type of the represented field.
|
int |
hashCode() |
String |
toString() |
public SignatureToken(String name, TypeDescription type)
name - The field's name.type - The field's raw type.public String getName()
public TypeDescription getType()
@CachedReturnPlugin.Enhance(value="hashCode") public int hashCode()
public boolean equals(@MaybeNull Object other)
Copyright © 2014–2025. All rights reserved.