Class UnauthorizedExceptionReactiveMapper


  • public final class UnauthorizedExceptionReactiveMapper
    extends Object
    Mapper overriding default Quarkus exception mapper to make all error responses compliant with RFC7807.
    See Also:
    UnauthorizedExceptionMapper
    • Constructor Detail

      • UnauthorizedExceptionReactiveMapper

        public UnauthorizedExceptionReactiveMapper()
    • Method Detail

      • handle

        public io.smallrye.mutiny.Uni<javax.ws.rs.core.Response> handle​(io.vertx.ext.web.RoutingContext routingContext,
                                                                        io.quarkus.security.UnauthorizedException exception)