public final class ParameterizedCollectionType extends Object implements ParameterizedType
| Constructor and Description |
|---|
ParameterizedCollectionType(Class<?> collectionMemberClass) |
ParameterizedCollectionType(Type pt) |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
getActualTypeArguments() |
Type |
getOwnerType() |
Type |
getRawType() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeNamepublic ParameterizedCollectionType(Class<?> collectionMemberClass)
public ParameterizedCollectionType(Type pt)
public Type[] getActualTypeArguments()
getActualTypeArguments in interface ParameterizedTypepublic Type getOwnerType()
getOwnerType in interface ParameterizedTypepublic Type getRawType()
getRawType in interface ParameterizedTypeApache CXF