Class ExpandParser
java.lang.Object
org.apache.olingo.server.core.uri.parser.ExpandParser
-
Constructor Summary
ConstructorsConstructorDescriptionExpandParser(Edm edm, OData odata, Map<String, AliasQueryOption> aliases, Collection<String> crossjoinEntitySetNames) -
Method Summary
Modifier and TypeMethodDescriptionparse(UriTokenizer tokenizer, EdmStructuredType referencedType) protected static UriInfoImplparseExpandPath(UriTokenizer tokenizer, Edm edm, EdmStructuredType referencedType, ExpandItemImpl item)
-
Constructor Details
-
ExpandParser
public ExpandParser(Edm edm, OData odata, Map<String, AliasQueryOption> aliases, Collection<String> crossjoinEntitySetNames)
-
-
Method Details
-
parse
public ExpandOption parse(UriTokenizer tokenizer, EdmStructuredType referencedType) throws UriParserException, UriValidationException -
parseExpandPath
protected static UriInfoImpl parseExpandPath(UriTokenizer tokenizer, Edm edm, EdmStructuredType referencedType, ExpandItemImpl item) throws UriParserException - Throws:
UriParserException
-