Uses of Interface
org.glassfish.hk2.classmodel.reflect.FieldModel

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> 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> ClassModelImpl.getFields()
           
 



Copyright © 2010 Oracle Corporation. All Rights Reserved.