|
||||||||||
| 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 | |
|---|---|
java.util.Collection<FieldModel> |
Type.getFieldReferences()
Returns a unmodifiable collection of fields references. |
java.util.Collection<FieldModel> |
ClassModel.getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes. |
| 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 | |
|---|---|
java.util.Collection<FieldModel> |
TypeImpl.getFieldReferences()
|
java.util.Set<FieldModel> |
TypeProxy.getFieldRefs()
|
java.util.Collection<FieldModel> |
ClassModelImpl.getFields()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||