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 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 modelMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Member Modifier and Type Method Description Collection<Member>
TypeImpl. getReferences()
List<Member>
TypeProxy. getRefs()
-