Uses of Class
org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckInfo
Packages that use CollectionCheckInfo
Package
Description
-
Uses of CollectionCheckInfo in org.apache.cxf.jaxrs.ext.search
Methods in org.apache.cxf.jaxrs.ext.search that return CollectionCheckInfoMethods in org.apache.cxf.jaxrs.ext.search with parameters of type CollectionCheckInfoModifier and TypeMethodDescriptionvoidBeanspector.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 CollectionCheckInfoModifier and TypeMethodDescriptionCollectionCheckCondition.getCollectionCheckInfo()CollectionCheckStatement.getCollectionCheckInfo()Constructors in org.apache.cxf.jaxrs.ext.search.collections with parameters of type CollectionCheckInfoModifierConstructorDescriptionCollectionCheckCondition(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 CollectionCheckInfoModifier and TypeMethodDescriptionAbstractSearchConditionVisitor.ClassValue.getCollectionCheckInfo()Constructors in org.apache.cxf.jaxrs.ext.search.visitor with parameters of type CollectionCheckInfoModifierConstructorDescriptionClassValue(Class<?> cls, Object value, CollectionCheckInfo collInfo, Set<String> collectionProps)