static class Types.ParameterizedTypeImpl extends Object implements ParameterizedType
ParameterizedType.| Modifier and Type | Field and Description |
|---|---|
private Type |
ownerType |
private Type |
rawType |
private List<Type> |
typeArguments |
| Constructor and Description |
|---|
ParameterizedTypeImpl(Type rawType,
List<Type> typeArguments,
Type ownerType) |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Type getRawType()
getRawType in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypeCopyright © 2012–2023 The Apache Software Foundation. All rights reserved.