| Package | Description |
|---|---|
| org.apache.olingo.odata2.api |
OData Library API
|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.core.debug | |
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
ODataDebugResponseWrapperCallback.handle(ODataContext context,
ODataRequest request,
ODataResponse response,
UriInfo uriInfo,
Exception exception)
Handles the output of a response helpful in case of debugging.
|
| Modifier and Type | Method and Description |
|---|---|
static UriInfo |
UriParser.parse(Edm edm,
List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parses path segments and query parameters for the given EDM.
|
static UriInfo |
UriParser.parse(Edm edm,
List<PathSegment> pathSegments,
Map<String,String> queryParameters,
boolean strictFilter)
Deprecated.
|
abstract UriInfo |
UriParser.parse(List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parses path segments and query parameters.
|
abstract UriInfo |
UriParser.parse(List<PathSegment> pathSegments,
Map<String,String> queryParameters,
boolean strictFilter)
Deprecated.
|
abstract UriInfo |
UriParser.parseAll(List<PathSegment> pathSegments,
Map<String,List<String>> allQueryParameters)
Parses path segments and query parameters.
|
| Constructor and Description |
|---|
DebugInfoUri(UriInfo uriInfo,
ExpressionParserException exception) |
ODataDebugResponseWrapper(ODataContext context,
ODataResponse response,
UriInfo uriInfo,
Exception exception,
String debugValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
UriInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
UriInfo |
UriParserImpl.parse(List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parse the URI part after an OData service root,
already splitted into path segments and query parameters.
|
UriInfo |
UriParserImpl.parse(List<PathSegment> pathSegments,
Map<String,String> queryParameters,
boolean strictFilter)
Deprecated.
|
UriInfo |
UriParserImpl.parseAll(List<PathSegment> pathSegments,
Map<String,List<String>> allQueryParameters) |
Copyright © 2020. All rights reserved.