Uses of Interface
org.apache.olingo.odata2.api.uri.UriInfo
-
Packages that use UriInfo Package Description org.apache.olingo.odata2.api OData Library APIorg.apache.olingo.odata2.api.uri URI Parser Facade -
-
Uses of UriInfo in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api with parameters of type UriInfo Modifier and Type Method Description ODataResponseODataDebugResponseWrapperCallback. handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception)Handles the output of a response helpful in case of debugging.ExceptionODataServiceFactory. handleException(Throwable throwable, UriInfo info) -
Uses of UriInfo in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return UriInfo Modifier and Type Method Description abstract UriInfoUriParser. parse(List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters.static UriInfoUriParser. parse(Edm edm, List<PathSegment> pathSegments, Map<String,String> queryParameters)Parses path segments and query parameters for the given EDM.abstract UriInfoUriParser. parseAll(List<PathSegment> pathSegments, Map<String,List<String>> allQueryParameters)Parses path segments and query parameters.
-