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 Collection<ParameterizedInterfaceModel>
ExtensibleType. getParameterizedInterfaces()
Collection<ParameterizedInterfaceModel>
ParameterizedInterfaceModel. getParametizedTypes()
Returns the type parameters in order. -
Uses of ParameterizedInterfaceModel in org.glassfish.hk2.classmodel.reflect.impl
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ParameterizedInterfaceModel Modifier and Type Method Description Collection<ParameterizedInterfaceModel>
ExtensibleTypeImpl. getParameterizedInterfaces()
-