Uses of Interface
org.glassfish.hk2.classmodel.reflect.InterfaceModel
Packages that use InterfaceModel
-
Uses of InterfaceModel in org.glassfish.hk2.classmodel.reflect
Subinterfaces of InterfaceModel in org.glassfish.hk2.classmodel.reflectMethods in org.glassfish.hk2.classmodel.reflect that return InterfaceModelModifier and TypeMethodDescriptionParameterizedInterfaceModel.getRawInterface()
Returns the raw interface for this parameterized typeMethods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type InterfaceModelModifier and TypeMethodDescriptionExtensibleType.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 InterfaceModelModifier and TypeClassDescriptionclass
Implementation of an annotation modelclass
Implementation of an interface modelFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type InterfaceModelModifier and TypeFieldDescriptionprivate final List
<TypeProxy<InterfaceModel>> ExtensibleTypeImpl.implementedIntf
(package private) final TypeProxy
<InterfaceModel> ParameterizedInterfaceModelImpl.rawInterface
Methods in org.glassfish.hk2.classmodel.reflect.impl that return InterfaceModelMethods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type InterfaceModelModifier and TypeMethodDescriptionExtensibleTypeImpl.getInterfaces()
ParameterizedInterfaceModelImpl.getRawInterfaceProxy()
Method parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type InterfaceModelModifier and TypeMethodDescription(package private) void
ExtensibleTypeImpl.isImplementing
(TypeProxy<InterfaceModel> intf) Constructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type InterfaceModelModifierConstructorDescription(package private)
ParameterizedInterfaceModelImpl
(TypeProxy<InterfaceModel> rawInterface)