Interface | Description |
---|---|
FieldDescription |
Implementations of this interface describe a Java field.
|
FieldList |
Implementations represent a list of field descriptions.
|
Class | Description |
---|---|
FieldDescription.AbstractFieldDescription |
An abstract base implementation of a field description.
|
FieldDescription.ForLoadedField |
An implementation of a field description for a loaded field.
|
FieldDescription.Latent |
A latent field description describes a field that is not attached to a declaring
TypeDescription . |
FieldList.Empty |
An implementation of an empty field list.
|
FieldList.Explicit |
A wrapper implementation of a field list for a given list of field descriptions.
|
FieldList.ForLoadedField |
An implementation of a field list for an array of loaded fields.
|
Copyright © 2014–2015. All rights reserved.