Uses of Interface
org.glassfish.hk2.classmodel.reflect.ClassModel

Packages that use ClassModel
com.sun.hk2.component   
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
org.glassfish.hk2.inhabitants   
 

Uses of ClassModel in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type ClassModel
 void InhabitantIntrospectionScanner.findContracts(ClassModel cm, Set<String> contracts, Set<String> annotationTypeInterfaces)
          Deprecated.  
 

Uses of ClassModel in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type ClassModel
 Collection<ClassModel> InterfaceModel.allImplementations()
          Returns an unmodifiable collection of all classes implementing this interface.
 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
 class ClassModelImpl
          Implementation of a class model
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ClassModel
 Collection<ClassModel> InterfaceModelImpl.allImplementations()
           
 List<ClassModel> TypeProxy.getImplementations()
           
 Collection<ClassModel> InterfaceModelImpl.implementations()
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ClassModel
 void TypeProxy.addImplementation(ClassModel classModel)
           
 

Uses of ClassModel in org.glassfish.hk2.inhabitants
 

Methods in org.glassfish.hk2.inhabitants with parameters of type ClassModel
 void InhabitantIntrospectionScanner.findContracts(ClassModel cm, Set<String> contracts, Set<String> annotationTypeInterfaces)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.