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.

@FunctionalInterface public interface UriQueryMerger
Interface to resolve the request URI for a given request. This is used to determine the full request URI.
  • Method Summary

    Modifier and Type
    Method
    Description
    mergeRequestUri(URI requestUri)
    Returns the request URI for the given request.
  • Method Details

    • mergeRequestUri

      @Nonnull URI mergeRequestUri(@Nonnull URI requestUri)
      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.