Apache CXF API

org.apache.cxf.aegis.type
Class ParameterizedTypeFactory

java.lang.Object
  extended by org.apache.cxf.aegis.type.ParameterizedTypeFactory

public final class ParameterizedTypeFactory
extends Object

Create ParameterizedType objects for some limited cases.


Method Summary
static ParameterizedType createParameterizedType(Class<?> rawType, Type[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createParameterizedType

public static ParameterizedType createParameterizedType(Class<?> rawType,
                                                        Type[] parameters)

Apache CXF API

Apache CXF