equal(Object)
and hashCode()
implementations.
Modifier and Type | Class and Description |
---|---|
public abstract static class | FieldDescription.AbstractBase
An abstract base implementation of a field description. |
public static class | FieldDescription.ForLoadedField
An implementation of a field description for a loaded field. |
public static interface | FieldDescription.InDefinedShape
Represents a field in its defined shape, i.e. in the form it is defined by a class without its type variables being resolved. |
public static interface | FieldDescription.InGenericShape
Represents a field description in its generic shape, i.e. in the shape it is defined by a generic or raw type. |
public static class | FieldDescription.Latent
A latent field description describes a field that is not attached to a declaring
|
public static class | FieldDescription.SignatureToken
A token that uniquely identifies a field by its name and type erasure. |
public static class | FieldDescription.Token
A token representing a field's properties detached from a type. |
public static class | FieldDescription.TypeSubstituting
A field description that represents a given field but with a substituted field type. |
Modifier and Type | Field and Description |
---|---|
public static final Object | NO_DEFAULT_VALUE
A representative of a field's non-set default value. |
Modifier and Type | Method and Description |
---|---|
public FieldDescription. | Returns: A signature token representing this field.Returns a signature token representing this field. |
public int | Returns: The field's actual modifiers.Returns the field's actual modifiers as it is present in a class file, i.e. its modifiers including a flag if this field is deprecated. |
public TypeDefinition | getDeclaringType()
Redeclares net. |
public TypeDescription. |