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()
Copyright © 2014–2016. All rights reserved.