public static class Types.ResteasyParameterizedType extends Object implements ParameterizedType
| Constructor and Description |
|---|
ResteasyParameterizedType(Type[] actuals,
Type rawType,
Type ownerType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypeNamepublic Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Type getRawType()
getRawType in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypeCopyright © 2019 JBoss by Red Hat. All rights reserved.