T
- type of search condition.public class SyncopeFiqlParser<T>
extends org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser<T>
Modifier and Type | Field and Description |
---|---|
static String |
IEQ |
static String |
NIEQ |
Constructor and Description |
---|
SyncopeFiqlParser(Class<T> tclass,
Map<String,String> contextProperties) |
SyncopeFiqlParser(Class<T> tclass,
Map<String,String> contextProperties,
Map<String,String> beanProperties) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.ASTNode<T> |
parseComparison(String expr) |
isCount, parse, parseType, unwrapSetter
public static final String IEQ
public static final String NIEQ
protected org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser.ASTNode<T> parseComparison(String expr) throws org.apache.cxf.jaxrs.ext.search.SearchParseException
parseComparison
in class org.apache.cxf.jaxrs.ext.search.fiql.FiqlParser<T>
org.apache.cxf.jaxrs.ext.search.SearchParseException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.