Uses of Interface
org.glassfish.hk2.classmodel.reflect.FieldModel
-
Packages that use FieldModel Package Description 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 Modifier and Type Method 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 -
Uses of FieldModel in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement FieldModel Modifier and Type Class Description classFieldModelImplImplementation of a field modelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type FieldModel Modifier and Type Field Description (package private) java.util.List<FieldModel>ClassModelImpl. fieldsprivate java.util.List<FieldModel>ExtensibleTypeImpl. staticFieldsMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type FieldModel Modifier and Type Method Description java.util.Collection<FieldModel>ClassModelImpl. getFields()java.util.Collection<FieldModel>ExtensibleTypeImpl. getStaticFields()Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type FieldModel Modifier and Type Method Description (package private) voidClassModelImpl. addField(FieldModel field)(package private) voidExtensibleTypeImpl. addField(FieldModel field)voidTypeProxy. addFieldRef(FieldModel field)(package private) voidExtensibleTypeImpl. addStaticField(FieldModel field)
-