Class ResourcePathParser
java.lang.Object
org.apache.olingo.server.core.uri.parser.ResourcePathParser
-
Constructor Summary
ConstructorsConstructorDescriptionResourcePathParser(Edm edm, Map<String, AliasQueryOption> aliases) ResourcePathParser(Edm edm, Map<String, AliasQueryOption> aliases, String protocolType) -
Method Summary
Modifier and TypeMethodDescriptionparseCrossjoinSegment(String pathSegment) parseDollarEntityTypeCast(String pathSegment) parsePathSegment(String pathSegment, UriResource previous)
-
Constructor Details
-
ResourcePathParser
-
ResourcePathParser
-
-
Method Details
-
parsePathSegment
public UriResource parsePathSegment(String pathSegment, UriResource previous) throws UriParserException, UriValidationException -
parseDollarEntityTypeCast
- Throws:
UriParserException
-
parseCrossjoinSegment
- Throws:
UriParserException
-