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

Packages that use InterfaceModel
org.glassfish.hk2.classmodel.reflect   
org.glassfish.hk2.classmodel.reflect.impl   
 

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()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.