Uses of Interface
org.glassfish.hk2.classmodel.reflect.Member
-
Packages that use Member Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of Member in org.glassfish.hk2.classmodel.reflect
Subinterfaces of Member in org.glassfish.hk2.classmodel.reflect Modifier and Type Interface Description interface
FieldModel
Model that represent the field of a classinterface
MethodModel
Model to represent a method declarationMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type Member Modifier and Type Method Description java.util.Collection<Member>
Type. getReferences()
Returns a unmodifiable collection of this type references. -
Uses of Member in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement Member Modifier and Type Class Description class
FieldModelImpl
Implementation of a field modelclass
MethodModelImpl
Implementation of a method modelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type Member Modifier and Type Field Description private java.util.List<Member>
TypeProxy. fieldRefs
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Member Modifier and Type Method Description java.util.Collection<Member>
TypeImpl. getReferences()
java.util.List<Member>
TypeProxy. getRefs()
-