| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldModel
Model that represent the field of a class
|
interface |
Parameter
Denote a parameter to a method
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedType |
MethodModel.getReturnType()
Returns the method return type
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterizedType> |
ParameterizedType.getParameterizedTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldModelImpl
Implementation of a field model
|
class |
ParameterImpl |
class |
ParameterizedTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedType |
MethodSignatureVisitorImpl.getReturnType() |
ParameterizedType |
MethodModelImpl.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterizedType> |
ParameterizedTypeImpl.getParameterizedTypes() |
List<ParameterizedType> |
ParameterImpl.getParameterizedTypes() |
List<ParameterizedType> |
FieldModelImpl.getParameterizedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodModelImpl.setReturnType(ParameterizedType returnType) |
Copyright © 2009–2022 Oracle Corporation. All rights reserved.