Apache CXF API

org.apache.cxf.jaxrs.utils
Class ParameterizedCollectionType<T>

java.lang.Object
  extended by org.apache.cxf.jaxrs.utils.ParameterizedCollectionType<T>
All Implemented Interfaces:
ParameterizedType, Type

public final class ParameterizedCollectionType<T>
extends Object
implements ParameterizedType


Constructor Summary
ParameterizedCollectionType(Class<T> collectionMemberClass)
           
 
Method Summary
 Type[] getActualTypeArguments()
           
 Type getOwnerType()
           
 Type getRawType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterizedCollectionType

public ParameterizedCollectionType(Class<T> collectionMemberClass)
Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()
Specified by:
getActualTypeArguments in interface ParameterizedType

getOwnerType

public Type getOwnerType()
Specified by:
getOwnerType in interface ParameterizedType

getRawType

public Type getRawType()
Specified by:
getRawType in interface ParameterizedType

toString

public String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF