HATEOAS support for Reactive APIs is there and is a bit similar to what we did in the previous chapter using Spring MVC. We create these assemblers again for HATEOAS support. We also use the HATEOAS assembler classes for conversion from a model to an entity and vice versa.
Spring WebFlux provides the ReactiveRepresentationModelAssembler interface for forming hypermedia links. We would override its toModel() method for adding the links to response models.