Uses of Interface
org.glassfish.hk2.classmodel.reflect.ParameterizedInterfaceModel
-
Packages that use ParameterizedInterfaceModel Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of ParameterizedInterfaceModel in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type ParameterizedInterfaceModel Modifier and Type Method Description java.util.Collection<ParameterizedInterfaceModel>
ExtensibleType. getParameterizedInterfaces()
java.util.Collection<ParameterizedInterfaceModel>
ParameterizedInterfaceModel. getParametizedTypes()
Returns the type parameters in order. -
Uses of ParameterizedInterfaceModel in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ParameterizedInterfaceModel Modifier and Type Class Description (package private) class
ParameterizedInterfaceModelImpl
Implementation of theParameterizedInterfaceModel
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ParameterizedInterfaceModel Modifier and Type Field Description private java.util.List<ParameterizedInterfaceModel>
ExtensibleTypeImpl. implementedParameterizedIntf
(package private) java.util.List<ParameterizedInterfaceModel>
ParameterizedInterfaceModelImpl. parameterizedTypes
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ParameterizedInterfaceModel Modifier and Type Method Description java.util.Collection<ParameterizedInterfaceModel>
ExtensibleTypeImpl. getParameterizedInterfaces()
java.util.Collection<ParameterizedInterfaceModel>
ParameterizedInterfaceModelImpl. getParametizedTypes()
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ParameterizedInterfaceModel Modifier and Type Method Description (package private) void
ParameterizedInterfaceModelImpl. addParameterizedType(ParameterizedInterfaceModel type)
-