Uses of Class
org.springframework.hateoas.server.reactive.WebFluxLinkBuilder
Packages that use WebFluxLinkBuilder
Package
Description
Spring WebFlux components to build
Links and assemble
RepresentationModel types.-
Uses of WebFluxLinkBuilder in org.springframework.hateoas.server.reactive
Methods in org.springframework.hateoas.server.reactive that return WebFluxLinkBuilderModifier and TypeMethodDescriptionprotected WebFluxLinkBuilderWebFluxLinkBuilder.createNewInstance(org.springframework.web.util.UriComponents components, List<Affordance> affordances, TemplateVariables variables) protected WebFluxLinkBuilderWebFluxLinkBuilder.getThis()Method parameters in org.springframework.hateoas.server.reactive with type arguments of type WebFluxLinkBuilderModifier and TypeMethodDescriptionWebFluxLinkBuilder.WebFluxBuilder.toLink(Function<WebFluxLinkBuilder, reactor.core.publisher.Mono<Link>> finisher) General callback to produce aLinkfrom the givenWebFluxLinkBuilder.Constructor parameters in org.springframework.hateoas.server.reactive with type arguments of type WebFluxLinkBuilderModifierConstructorDescriptionWebFluxBuilder(reactor.core.publisher.Mono<WebFluxLinkBuilder> builder)