Uses of Class
org.apache.olingo.odata2.api.uri.expression.ExpressionParserException
-
Packages that use ExpressionParserException Package Description org.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of ExpressionParserException in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that throw ExpressionParserException Modifier and Type Method Description static FilterExpressionUriParser. parseFilter(Edm edm, EdmEntityType edmType, String expression)Parses a $filter expression string and create an expression tree.abstract FilterExpressionUriParser. parseFilterString(EdmEntityType edmType, String expression)Parses a $filter expression string and create an expression tree.static OrderByExpressionUriParser. parseOrderBy(Edm edm, EdmEntityType edmType, String expression)Parses a $orderby expression string and creates an expression tree.abstract OrderByExpressionUriParser. parseOrderByString(EdmEntityType edmType, String expression)Parses a $orderby expression string and creates an expression tree.
-