Uses of Interface
org.glassfish.hk2.classmodel.reflect.FieldModel
Packages that use FieldModel
-
Uses of FieldModel in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type FieldModelModifier and TypeMethodDescriptionClassModel.getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes.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 FieldModelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type FieldModelModifier and TypeFieldDescription(package private) final List
<FieldModel> ClassModelImpl.fields
private final List
<FieldModel> ExtensibleTypeImpl.staticFields
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type FieldModelModifier and TypeMethodDescriptionClassModelImpl.getFields()
ExtensibleTypeImpl.getStaticFields()
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type FieldModelModifier and TypeMethodDescription(package private) void
ClassModelImpl.addField
(FieldModel field) (package private) void
ExtensibleTypeImpl.addField
(FieldModel field) void
TypeProxy.addFieldRef
(FieldModel field) (package private) void
ExtensibleTypeImpl.addStaticField
(FieldModel field)