Uses of Class
org.springframework.hateoas.server.reactive.WebFluxLinkBuilder.WebFluxBuilder
Packages that use WebFluxLinkBuilder.WebFluxBuilder
Package
Description
Spring WebFlux components to build
Link
s and assemble
RepresentationModel
types.-
Uses of WebFluxLinkBuilder.WebFluxBuilder in org.springframework.hateoas.server.reactive
Methods in org.springframework.hateoas.server.reactive that return WebFluxLinkBuilder.WebFluxBuilderModifier and TypeMethodDescriptionCreate aWebFluxLinkBuilder
by checking if the Reactor Context contains aServerWebExchange
and using that combined with the Spring Web annotations to build a full URI.WebFluxLinkBuilder.linkTo
(Object invocation, ServerWebExchange exchange) Create aWebFluxLinkBuilder
using an explicitly definedServerWebExchange
.Creates a newWebFluxLinkBuilder.WebFluxBuilder
appending the given path to the currently to be built link.