Interface UriQueryMerger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to resolve the request URI for a given request. This is used to determine the full request URI.
-
Method Summary
Modifier and TypeMethodDescriptionmergeRequestUri
(URI requestUri) Returns the request URI for the given request.
-
Method Details
-
mergeRequestUri
Returns the request URI for the given request. This method is used to resolve the request URI- Parameters:
requestUri
- the request uri to merge.- Returns:
- the request URI.
-