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

Packages that use ClassModel
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
 java.util.Collection<ClassModel> InterfaceModel.allImplementations()
          Returns a unmodifiable collection of all classes 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
 

Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ClassModel
 java.util.Map<java.lang.String,ClassModel> InterfaceModelImpl.implementors
           
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return ClassModel
 ClassModel ModelBuilder.buildClass()
           
 ClassModel TypeBuilder.getClassModel(java.lang.String name)
           
 ClassModel TypesImpl.getClassModel(java.lang.String name)
           
 

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



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.