Apache CXF API

org.apache.cxf.jaxrs.ext.search
Class Beanspector.TypeInfo

java.lang.Object
  extended by org.apache.cxf.jaxrs.ext.search.Beanspector.TypeInfo
Enclosing class:
Beanspector<T>

public static class Beanspector.TypeInfo
extends Object


Constructor Summary
Beanspector.TypeInfo(Class<?> cls, Type genericType)
           
 
Method Summary
 Type getGenericType()
           
 Class<?> getTypeClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Beanspector.TypeInfo

public Beanspector.TypeInfo(Class<?> cls,
                            Type genericType)
Method Detail

getTypeClass

public Class<?> getTypeClass()

getGenericType

public Type getGenericType()

Apache CXF API

Apache CXF