Uses of Interface
org.glassfish.hk2.classmodel.reflect.InterfaceModel
-
Packages that use InterfaceModel Package Description 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 Modifier and Type Interface Description interface
AnnotationType
Represents an annotationMethods in org.glassfish.hk2.classmodel.reflect that return InterfaceModel Modifier and Type Method Description InterfaceModel
ParameterizedInterfaceModel. getRawInterface()
Returns the raw interface for this parameterized typeMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type InterfaceModel Modifier and Type Method Description 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 Modifier and Type Class Description class
AnnotationTypeImpl
Implementation of an annotation modelclass
InterfaceModelImpl
Implementation of an interface modelMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type InterfaceModel Modifier and Type Method Description Collection<InterfaceModel>
ExtensibleTypeImpl. getInterfaces()
-