Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Method and Description |
---|---|
Collection<FieldModel> |
ClassModel.getFields()
Returns an unmodifiable collection of fields models that represent
all the declared fields of this classes.
|
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 | Method and Description |
---|---|
Collection<FieldModel> |
ClassModelImpl.getFields() |
Collection<FieldModel> |
ExtensibleTypeImpl.getStaticFields() |
Modifier and Type | Method and Description |
---|---|
void |
TypeProxy.addFieldRef(FieldModel field) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.