Uses of Interface
org.apache.olingo.odata2.api.uri.UriInfo
Packages that use UriInfo
Package
Description
OData Library API
URI Parser Facade
-
Uses of UriInfo in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type UriInfoModifier and TypeMethodDescriptionODataDebugResponseWrapperCallback.handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception) Handles the output of a response helpful in case of debugging. -
Uses of UriInfo in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return UriInfoModifier and TypeMethodDescriptionabstract UriInfoParses path segments and query parameters.abstract UriInfoUriParser.parse(List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.static UriInfoParses path segments and query parameters for the given EDM.static UriInfoUriParser.parse(Edm edm, List<PathSegment> pathSegments, Map<String, String> queryParameters, boolean strictFilter) Deprecated.abstract UriInfoParses path segments and query parameters. -
Uses of UriInfo in org.apache.olingo.odata2.core.debug
Constructors in org.apache.olingo.odata2.core.debug with parameters of type UriInfoModifierConstructorDescriptionDebugInfoUri(UriInfo uriInfo, ExpressionParserException exception) ODataDebugResponseWrapper(ODataContext context, ODataResponse response, UriInfo uriInfo, Exception exception, String debugValue) -
Uses of UriInfo in org.apache.olingo.odata2.core.uri
Classes in org.apache.olingo.odata2.core.uri that implement UriInfoMethods in org.apache.olingo.odata2.core.uri that return UriInfo