Class NotFoundExceptionMapper


  • public class NotFoundExceptionMapper
    extends Object
    • Field Detail

      • classMappers

        static volatile List<org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath<org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch>> classMappers
    • Constructor Detail

      • NotFoundExceptionMapper

        public NotFoundExceptionMapper()
    • Method Detail

      • setHttpRoot

        public static void setHttpRoot​(String rootPath)
      • toResponse

        public jakarta.ws.rs.core.Response toResponse​(Throwable t,
                                                      jakarta.ws.rs.core.HttpHeaders headers)
      • staticResources

        public static void staticResources​(Set<String> knownRoots)
      • setReactiveRoutes

        public static void setReactiveRoutes​(List<RouteDescription> reactiveRoutes)