Package | Description |
---|---|
org.apache.cxf.jaxrs.ext.search | |
org.apache.cxf.jaxrs.ext.search.fiql | |
org.apache.cxf.jaxrs.ext.search.odata |
Modifier and Type | Class and Description |
---|---|
class |
PropertyNotFoundException |
Modifier and Type | Method and Description |
---|---|
protected Beanspector.TypeInfo |
AbstractSearchConditionParser.getTypeInfo(String setter,
String value) |
SearchCondition<T> |
SearchConditionParser.parse(String searchExpression) |
protected Object |
AbstractSearchConditionParser.parseType(String originalPropName,
Object ownerBean,
Object lastCastedValue,
String setter,
Beanspector.TypeInfo typeInfo,
String value) |
Modifier and Type | Method and Description |
---|---|
SearchCondition<T> |
FiqlParser.parse(String fiqlExpression)
Parses expression and builds search filter.
|
Modifier and Type | Method and Description |
---|---|
SearchCondition<T> |
ODataParser.parse(String searchExpression) |
Apache CXF