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.client.api | |
org.apache.olingo.odata2.client.core |
Modifier and Type | Method and Description |
---|---|
abstract UriInfo |
UriParser.parse(List<PathSegment> pathSegments,
Map<String,String> queryParameters)
Parses path segments and query parameters.
|
abstract UriInfo |
UriParser.parseAll(List<PathSegment> pathSegments,
Map<String,List<String>> allQueryParameters)
Parses path segments and query parameters.
|
Modifier and Type | Method and Description |
---|---|
abstract UriInfo |
ODataClient.parseUri(Edm edm,
List<PathSegment> pathSegments,
Map<String,List<String>> queryParameters)
Parses the uri and returns UriInfo
|
abstract UriInfo |
ODataClient.parseUri(Edm edm,
String uri)
Parses the uri and returns UriInfo
|
Modifier and Type | Method and Description |
---|---|
UriInfo |
ODataClientImpl.parseUri(Edm edm,
List<PathSegment> pathSegments,
Map<String,List<String>> queryParameters) |
UriInfo |
ODataClientImpl.parseUri(Edm edm,
String uri) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.