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

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

Uses of InterfaceModel in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type InterfaceModel
 void InhabitantIntrospectionScanner.findInterfaceContracts(InterfaceModel im, Set<String> interfaces, Set<String> annInterfaces)
          Deprecated.  
 

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

Subinterfaces of InterfaceModel in org.glassfish.hk2.classmodel.reflect
 interface AnnotationType
          Represents an annotation
 

Methods in org.glassfish.hk2.classmodel.reflect that return InterfaceModel
 InterfaceModel ParameterizedInterfaceModel.getRawInterface()
          Returns the raw interface for this parameterized type
 

Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type InterfaceModel
 Collection<InterfaceModel> ExtensibleType.getInterfaces()
          Returns an unmodifiable list of interfaces implemented or extended by this type.
 

Uses of InterfaceModel in org.glassfish.hk2.classmodel.reflect.impl
 

Classes in org.glassfish.hk2.classmodel.reflect.impl that implement InterfaceModel
 class AnnotationTypeImpl
          Implementation of an annotation model
 class InterfaceModelImpl
          Implementation of an interface model
 

Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type InterfaceModel
 Collection<InterfaceModel> ExtensibleTypeImpl.getInterfaces()
           
 

Uses of InterfaceModel in org.glassfish.hk2.inhabitants
 

Methods in org.glassfish.hk2.inhabitants with parameters of type InterfaceModel
 void InhabitantIntrospectionScanner.findInterfaceContracts(InterfaceModel im, Set<String> interfaces, Set<String> annInterfaces)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.