public class ResourcePathParser extends Object
| Constructor and Description |
|---|
ResourcePathParser(org.apache.olingo.commons.api.edm.Edm edm,
Map<String,org.apache.olingo.server.api.uri.queryoption.AliasQueryOption> aliases) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
parseCrossjoinSegment(String pathSegment) |
org.apache.olingo.commons.api.edm.EdmEntityType |
parseDollarEntityTypeCast(String pathSegment) |
org.apache.olingo.server.api.uri.UriResource |
parsePathSegment(String pathSegment,
org.apache.olingo.server.api.uri.UriResource previous) |
public org.apache.olingo.server.api.uri.UriResource parsePathSegment(String pathSegment, org.apache.olingo.server.api.uri.UriResource previous) throws UriParserException, UriValidationException
public org.apache.olingo.commons.api.edm.EdmEntityType parseDollarEntityTypeCast(String pathSegment) throws UriParserException
UriParserExceptionpublic List<String> parseCrossjoinSegment(String pathSegment) throws UriParserException
UriParserExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.