public interface FieldDescription extends ByteCodeElement
equal(Object) and hashCode() implementations.| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldDescription.AbstractFieldDescription
An abstract base implementation of a field description.
|
static class |
FieldDescription.ForLoadedField
An implementation of a field description for a loaded field.
|
static class |
FieldDescription.Latent
A latent field description describes a field that is not attached to a declaring
TypeDescription. |
ModifierReviewable.AbstractModifierReviewableEMPTY_NAMEEMPTY_MASK| Modifier and Type | Method and Description |
|---|---|
TypeDescription |
getFieldType()
Returns a description of the type of this field.
|
getDescriptor, getGenericSignature, isVisibleTogetInternalName, getName, getSourceCodeNamegetModifiers, isAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatilegetDeclaringTypegetDeclaredAnnotationsTypeDescription getFieldType()
Copyright © 2014–2015. All rights reserved.