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)
           
Beanspector.TypeInfo(Class<?> cls, Type genericType, Class<?> wrapper)
           
 
Method Summary
 CollectionCheckInfo getCollectionCheckInfo()
           
 Type getGenericType()
           
 Class<?> getTypeClass()
           
 Class<?> getWrappedTypeClass()
           
 void setCollectionCheckInfo(CollectionCheckInfo info)
           
 
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)

Beanspector.TypeInfo

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

getTypeClass

public Class<?> getTypeClass()

getWrappedTypeClass

public Class<?> getWrappedTypeClass()

getGenericType

public Type getGenericType()

getCollectionCheckInfo

public CollectionCheckInfo getCollectionCheckInfo()

setCollectionCheckInfo

public void setCollectionCheckInfo(CollectionCheckInfo info)

Apache CXF API

Apache CXF