Uses of Interface
org.glassfish.hk2.classmodel.reflect.ClassModel
-
Packages that use ClassModel Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of ClassModel in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type ClassModel Modifier and Type Method Description java.util.Collection<ClassModel>InterfaceModel. allImplementations()Returns an unmodifiable collection of all classes implementing this interface.java.util.Collection<ClassModel>InterfaceModel. implementations()Returns an unmodifiable collection of classes directly implementing this interface -
Uses of ClassModel in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ClassModel Modifier and Type Class Description classClassModelImplImplementation of a class modelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ClassModel Modifier and Type Field Description private java.util.List<ClassModel>TypeProxy. implementationsMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ClassModel Modifier and Type Method Description java.util.Collection<ClassModel>InterfaceModelImpl. allImplementations()java.util.List<ClassModel>TypeProxy. getImplementations()java.util.Collection<ClassModel>InterfaceModelImpl. implementations()Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ClassModel Modifier and Type Method Description voidTypeProxy. addImplementation(ClassModel classModel)
-