Uses of Class
org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckInfo
-
Packages that use CollectionCheckInfo Package Description 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 Modifier and Type Method Description CollectionCheckInfoBeanspector.TypeInfo. getCollectionCheckInfo()Methods in org.apache.cxf.jaxrs.ext.search with parameters of type CollectionCheckInfo Modifier and Type Method Description voidBeanspector.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 Modifier and Type Method Description CollectionCheckInfoCollectionCheckCondition. getCollectionCheckInfo()CollectionCheckInfoCollectionCheckStatement. getCollectionCheckInfo()Constructors in org.apache.cxf.jaxrs.ext.search.collections with parameters of type CollectionCheckInfo Constructor Description 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 Modifier and Type Method Description CollectionCheckInfoAbstractSearchConditionVisitor.ClassValue. getCollectionCheckInfo()Constructors in org.apache.cxf.jaxrs.ext.search.visitor with parameters of type CollectionCheckInfo Constructor Description ClassValue(Class<?> cls, Object value, CollectionCheckInfo collInfo, Set<String> collectionProps)
-