| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.uri |
URI Parser Facade
|
| org.apache.olingo.odata2.core | |
| org.apache.olingo.odata2.core.uri |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PathSegment |
UriParser.buildPathSegment(String path,
Map<String,List<String>> matrixParameters)
Creates an path segment object.
|
static PathSegment |
UriParser.createPathSegment(String path,
Map<String,List<String>> matrixParameters)
Creates an path segment object.
|
| Modifier and Type | Method and Description |
|---|---|
List<PathSegment> |
PathInfo.getODataSegments()
Gets OData path segments as immutable list.
|
List<PathSegment> |
PathInfo.getPrecedingSegments()
Gets preceding path segments.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ODataPathSegmentImpl |
| Modifier and Type | Method and Description |
|---|---|
List<PathSegment> |
PathInfoImpl.getODataSegments() |
List<PathSegment> |
PathInfoImpl.getPrecedingSegments() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathInfoImpl.setODataPathSegment(List<PathSegment> odataPathSegment) |
void |
PathInfoImpl.setPrecedingPathSegment(List<PathSegment> precedingPathSegment) |
| Modifier and Type | Method and Description |
|---|---|
protected PathSegment |
UriParserImpl.buildPathSegment(String path,
Map<String,List<String>> matrixParameters) |
| 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.