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.EnumType.getFields()Returns an unmodifiable collection of fields models that represent all the declared fields of this enum.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 FieldModelMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type FieldModelModifier and TypeMethodDescriptionClassModelImpl.getFields()EnumTypeImpl.getFields()ExtensibleTypeImpl.getStaticFields()Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type FieldModelConstructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type FieldModelModifierConstructorDescriptionFieldSignatureVisitorImpl(TypeBuilder typeBuilder, FieldModel fieldModel)