Package | Description |
---|---|
org.springframework.hateoas.server.reactive |
Spring WebFlux components to build
Link s and assemble
RepresentationModel types. |
Modifier and Type | Method and Description |
---|---|
static WebFluxLinkBuilder.WebFluxBuilder |
WebFluxLinkBuilder.linkTo(Object invocation)
Create a
WebFluxLinkBuilder by checking if the Reactor Context contains a ServerWebExchange and
using that combined with the Spring Web annotations to build a full URI. |
static WebFluxLinkBuilder.WebFluxBuilder |
WebFluxLinkBuilder.linkTo(Object invocation,
ServerWebExchange exchange)
Create a
WebFluxLinkBuilder using an explicitly defined ServerWebExchange . |
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.