Uses of Interface
org.springframework.hateoas.server.mvc.UriComponentsContributor
Package
Description
Spring MVC helper classes to build
Link
s and assemble
RepresentationModel
types.-
Uses of UriComponentsContributor in org.springframework.hateoas.server.mvc
Modifier and TypeMethodDescriptionvoid
WebMvcLinkBuilderFactory.setUriComponentsContributors
(List<? extends UriComponentsContributor> uriComponentsContributors) Configures theUriComponentsContributor
to be used when buildingLink
instances from method invocations.