private static class Types.ParameterizedTypeImpl extends Object implements ParameterizedType
Modifier and Type | Field and Description |
---|---|
private Type[] |
arguments |
private Type |
rawType |
Modifier | Constructor and Description |
---|---|
private |
ParameterizedTypeImpl(Type rawType,
Type... arguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTypeName
public Type getRawType()
getRawType
in interface ParameterizedType
public Type getOwnerType()
getOwnerType
in interface ParameterizedType
public Type[] getActualTypeArguments()
getActualTypeArguments
in interface ParameterizedType
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.