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.AbstractModifierReviewable
EMPTY_NAME
EMPTY_MASK
Modifier and Type | Method and Description |
---|---|
TypeDescription |
getFieldType()
Returns a description of the type of this field.
|
getDescriptor, getGenericSignature, isVisibleTo
getInternalName, getName, getSourceCodeName
getModifiers, isAbstract, isAnnotation, isBridge, isDeprecated, isEnum, isFinal, isInterface, isMandated, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrict, isSuper, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatile
getDeclaringType
getDeclaredAnnotations
TypeDescription getFieldType()
Copyright © 2014–2015. All rights reserved.