Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldModel> |
ClassModel.getFields()
Returns an unmodifiable collection of fields models that represent
all the declared fields of this classes.
|
java.util.Collection<FieldModel> |
ExtensibleType.getStaticFields()
Returns an unmodifiable list of static fields defined by this type
|
Modifier and Type | Class and Description |
---|---|
class |
FieldModelImpl
Implementation of a field model
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<FieldModel> |
ClassModelImpl.fields |
private java.util.List<FieldModel> |
ExtensibleTypeImpl.staticFields |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FieldModel> |
ClassModelImpl.getFields() |
java.util.Collection<FieldModel> |
ExtensibleTypeImpl.getStaticFields() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ClassModelImpl.addField(FieldModel field) |
(package private) void |
ExtensibleTypeImpl.addField(FieldModel field) |
void |
TypeProxy.addFieldRef(FieldModel field) |
(package private) void |
ExtensibleTypeImpl.addStaticField(FieldModel field) |