Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.impl |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ParameterizedInterfaceModel> |
ExtensibleType.getParameterizedInterfaces() |
java.util.Collection<ParameterizedInterfaceModel> |
ParameterizedInterfaceModel.getParametizedTypes()
Returns the type parameters in order.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ParameterizedInterfaceModelImpl
Implementation of the
ParameterizedInterfaceModel |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ParameterizedInterfaceModel> |
ExtensibleTypeImpl.implementedParameterizedIntf |
(package private) java.util.List<ParameterizedInterfaceModel> |
ParameterizedInterfaceModelImpl.parameterizedTypes |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ParameterizedInterfaceModel> |
ExtensibleTypeImpl.getParameterizedInterfaces() |
java.util.Collection<ParameterizedInterfaceModel> |
ParameterizedInterfaceModelImpl.getParametizedTypes() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ParameterizedInterfaceModelImpl.addParameterizedType(ParameterizedInterfaceModel type) |