| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedInterfaceModel |
ExtensibleType.getParameterizedInterface(ExtensibleType type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterizedInterfaceModel> |
ExtensibleType.getFormalTypeParameters()
Represents the raw generic type and bounded parameterized type.
|
Collection<ParameterizedInterfaceModel> |
ExtensibleType.getParameterizedInterfaces() |
Collection<ParameterizedInterfaceModel> |
ParameterizedInterfaceModel.getParametizedTypes()
Returns the type parameters in order.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedInterfaceModel |
ExtensibleTypeImpl.getParameterizedInterface(ExtensibleType type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterizedInterfaceModel> |
ExtensibleTypeImpl.getFormalTypeParameters() |
Collection<ParameterizedInterfaceModel> |
ExtensibleTypeImpl.getParameterizedInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibleTypeImpl.setFormalTypeParameters(Map<String,ParameterizedInterfaceModel> typeParameters) |
Copyright © 2009–2022 Oracle Corporation. All rights reserved.