Package dmx.fun.spring.webflux


package dmx.fun.spring.webflux
  • Class
    Description
    Maps a domain error of type E to an HTTP ServerResponse.
    Maps a success value of type V to an HTTP ServerResponse.
    Maps a Throwable (a Try.Failure cause) to an HTTP ServerResponse.
    Maps dmx-fun outcomes to a ResponseEntity for Spring WebFlux annotation controllers (@RestController), the counterpart of WebfluxFun (which targets ServerResponse for functional endpoints).
    Maps dmx-fun outcomes to Spring WebFlux ServerResponse for functional endpoints, so a handler can return Result, Try, Option, or Validated without re-implementing status/body conventions per service.
    Renders dmx-fun failures as RFC 7807 ProblemDetail responses (application/problem+json), so error handling in a fun-spring-webflux application produces a standard problem document instead of an ad-hoc body.