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 interfaceFieldModelModel that represent the field of a classinterfaceMethodModelModel 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 classFieldModelImplImplementation of a field modelclassMethodModelImplImplementation 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. fieldRefsMethods 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()
-