Class UriBuilderFactoryArgumentResolver

java.lang.Object
org.springframework.web.service.invoker.UriBuilderFactoryArgumentResolver
All Implemented Interfaces:
HttpServiceArgumentResolver

public class UriBuilderFactoryArgumentResolver extends Object implements HttpServiceArgumentResolver
An HttpServiceArgumentResolver that uses the provided UriBuilderFactory to expand the UriTemplate.

Unlike with the UrlArgumentResolver, if the UriBuilderFactoryArgumentResolver is provided, it will not override the entire URL, but just the baseUri.

This allows for dynamically setting the baseUri, while keeping the path specified through class and method annotations.

Since:
6.1
Author:
Olga Maciaszek-Sharma
  • Constructor Details

    • UriBuilderFactoryArgumentResolver

      public UriBuilderFactoryArgumentResolver()
  • Method Details