Package | Description |
---|---|
org.apache.cxf.jaxrs.ext.search | |
org.apache.cxf.jaxrs.ext.search.collections | |
org.apache.cxf.jaxrs.ext.search.visitor |
Modifier and Type | Method and Description |
---|---|
CollectionCheckInfo |
Beanspector.TypeInfo.getCollectionCheckInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Beanspector.TypeInfo.setCollectionCheckInfo(CollectionCheckInfo info) |
Modifier and Type | Method and Description |
---|---|
CollectionCheckInfo |
CollectionCheckStatement.getCollectionCheckInfo() |
CollectionCheckInfo |
CollectionCheckCondition.getCollectionCheckInfo() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
CollectionCheckInfo |
AbstractSearchConditionVisitor.ClassValue.getCollectionCheckInfo() |
Constructor and Description |
---|
ClassValue(Class<?> cls,
Object value,
CollectionCheckInfo collInfo,
Set<String> collectionProps) |
Apache CXF