public class ParameterizedTypeImpl extends Object implements ParameterizedType
Constructor and Description |
---|
ParameterizedTypeImpl(Class<?> rawType,
Class<?>... typeArguments) |
Modifier and Type | Method and Description |
---|---|
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTypeName
public Type[] getActualTypeArguments()
getActualTypeArguments
in interface ParameterizedType
public Type getRawType()
getRawType
in interface ParameterizedType
public Type getOwnerType()
getOwnerType
in interface ParameterizedType
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.