Package io.quarkus.resteasy.runtime
Class NotFoundExceptionMapper
java.lang.Object
io.quarkus.resteasy.runtime.NotFoundExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.NotFoundException>
@Provider
@Priority(5001)
public class NotFoundExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.NotFoundException>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnonJaxRsClassNameToMethodPaths(Map<String, NonJaxRsClassMappings> nonJaxRsPaths) static voidstatic voidsetAdditionalEndpoints(List<AdditionalRouteDescription> additionalEndpoints) static voidsetHttpRoot(String rootPath) static voidsetReactiveRoutes(List<RouteDescription> reactiveRoutes) static voidstaticResources(Set<String> knownRoots) jakarta.ws.rs.core.ResponsetoResponse(jakarta.ws.rs.NotFoundException exception)
-
Field Details
-
META_INF_RESOURCES_SLASH
- See Also:
-
META_INF_RESOURCES
- See Also:
-
-
Constructor Details
-
NotFoundExceptionMapper
public NotFoundExceptionMapper()
-
-
Method Details
-
setHttpRoot
-
toResponse
public jakarta.ws.rs.core.Response toResponse(jakarta.ws.rs.NotFoundException exception) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<jakarta.ws.rs.NotFoundException>
-
servlets
-
staticResources
-
nonJaxRsClassNameToMethodPaths
-
setAdditionalEndpoints
-
setReactiveRoutes
-