Uses of Class
org.springframework.hateoas.server.reactive.WebFluxLinkBuilder
Package
Description
Spring WebFlux components to build
Link
s and assemble
RepresentationModel
types.-
Uses of WebFluxLinkBuilder in org.springframework.hateoas.server.reactive
Modifier and TypeMethodDescriptionprotected WebFluxLinkBuilder
WebFluxLinkBuilder.createNewInstance
(UriComponents components, List<Affordance> affordances, TemplateVariables variables) protected WebFluxLinkBuilder
WebFluxLinkBuilder.getThis()
Modifier and TypeMethodDescriptionWebFluxLinkBuilder.WebFluxBuilder.toLink
(Function<WebFluxLinkBuilder, reactor.core.publisher.Mono<Link>> finisher) General callback to produce aLink
from the givenWebFluxLinkBuilder
.ModifierConstructorDescriptionWebFluxBuilder
(reactor.core.publisher.Mono<WebFluxLinkBuilder> builder)