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 interfaceAnnotationTypeRepresents an annotationMethods in org.glassfish.hk2.classmodel.reflect that return InterfaceModel Modifier and Type Method Description InterfaceModelParameterizedInterfaceModel. 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 classAnnotationTypeImplImplementation of an annotation modelclassInterfaceModelImplImplementation 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. rawInterfaceMethods in org.glassfish.hk2.classmodel.reflect.impl that return InterfaceModel Modifier and Type Method Description InterfaceModelParameterizedInterfaceModelImpl. 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) voidExtensibleTypeImpl. 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)
-