Interface UriComponentsContributor


public interface UriComponentsContributor
SPI callback to enhance a UriComponentsBuilder when referring to a method through a dummy method invocation. Will usually be implemented in implementations of HandlerMethodArgumentResolver as they represent exactly the same functionality inverted.
Author:
Oliver Gierke
See Also: