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 java.util.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 modelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type InterfaceModel Modifier and Type Field Description private java.util.List<TypeProxy<InterfaceModel>>
ExtensibleTypeImpl. implementedIntf
(package private) TypeProxy<InterfaceModel>
ParameterizedInterfaceModelImpl. rawInterface
Methods in org.glassfish.hk2.classmodel.reflect.impl that return InterfaceModel Modifier and Type Method Description InterfaceModel
ParameterizedInterfaceModelImpl. getRawInterface()
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type InterfaceModel Modifier and Type Method Description java.util.Collection<InterfaceModel>
ExtensibleTypeImpl. getInterfaces()
TypeProxy<InterfaceModel>
ParameterizedInterfaceModelImpl. getRawInterfaceProxy()
Method parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type InterfaceModel Modifier and Type Method Description (package private) void
ExtensibleTypeImpl. isImplementing(TypeProxy<InterfaceModel> intf)
Constructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type InterfaceModel Constructor Description ParameterizedInterfaceModelImpl(TypeProxy<InterfaceModel> rawInterface)
-