Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckInfo

Packages that use CollectionCheckInfo
org.apache.cxf.jaxrs.ext.search   
org.apache.cxf.jaxrs.ext.search.collections   
org.apache.cxf.jaxrs.ext.search.visitor   
 

Uses of CollectionCheckInfo in org.apache.cxf.jaxrs.ext.search
 

Methods in org.apache.cxf.jaxrs.ext.search that return CollectionCheckInfo
 CollectionCheckInfo Beanspector.TypeInfo.getCollectionCheckInfo()
           
 

Methods in org.apache.cxf.jaxrs.ext.search with parameters of type CollectionCheckInfo
 void Beanspector.TypeInfo.setCollectionCheckInfo(CollectionCheckInfo info)
           
 

Uses of CollectionCheckInfo in org.apache.cxf.jaxrs.ext.search.collections
 

Methods in org.apache.cxf.jaxrs.ext.search.collections that return CollectionCheckInfo
 CollectionCheckInfo CollectionCheckCondition.getCollectionCheckInfo()
           
 CollectionCheckInfo CollectionCheckStatement.getCollectionCheckInfo()
           
 

Constructors in org.apache.cxf.jaxrs.ext.search.collections with parameters of type CollectionCheckInfo
CollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo)
           
CollectionCheckStatement(String property, Object value, Type type, ConditionType condition, CollectionCheckInfo checkInfo)
           
 

Uses of CollectionCheckInfo in org.apache.cxf.jaxrs.ext.search.visitor
 

Methods in org.apache.cxf.jaxrs.ext.search.visitor that return CollectionCheckInfo
 CollectionCheckInfo AbstractSearchConditionVisitor.ClassValue.getCollectionCheckInfo()
           
 

Constructors in org.apache.cxf.jaxrs.ext.search.visitor with parameters of type CollectionCheckInfo
AbstractSearchConditionVisitor.ClassValue(Class<?> cls, Object value, CollectionCheckInfo collInfo, Set<String> collectionProps)
           
 


Apache CXF API

Apache CXF