|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldModel | |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Uses of FieldModel in org.glassfish.hk2.classmodel.reflect |
---|
Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type FieldModel | |
---|---|
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 |
Uses of FieldModel in org.glassfish.hk2.classmodel.reflect.impl |
---|
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement FieldModel | |
---|---|
class |
FieldModelImpl
Implementation of a field model |
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type FieldModel | |
---|---|
Collection<FieldModel> |
ClassModelImpl.getFields()
|
Collection<FieldModel> |
ExtensibleTypeImpl.getStaticFields()
|
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type FieldModel | |
---|---|
void |
TypeProxy.addFieldRef(FieldModel field)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |