Package | Description |
---|---|
org.apache.olingo.odata2.api.uri |
URI Parser Facade
The URI package has one central class
UriParser to parse a request URI
as well as several interfaces that provide access to parsed parts of the URI. |
org.apache.olingo.odata2.api.uri.expression |
Expression Parser
This package contains all classes necessary to decribe an expression tree(e.g. a filter or order by tree)
Trees can be traversed by implementing the
ExpressionVisitor
interface and calling the accept() method. |
Modifier and Type | Class and Description |
---|---|
class |
UriSyntaxException
Exception for violation of the OData URI construction rules,
resulting in a 400 Bad Request response.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionParserException
Exception thrown while parsing a filter or orderby expression
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.