Package io.quarkus.resteasy.runtime
Class ExceptionMapperRecorder
java.lang.Object
io.quarkus.resteasy.runtime.ExceptionMapperRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnonJaxRsClassNameToMethodPaths(Map<String, NonJaxRsClassMappings> nonJaxRsClassNameToMethodPaths) Uses to register the paths of classes that are not annotated with JAX-RS annotations (like Spring Controllers for example)voidsetAdditionalEndpoints(List<AdditionalRouteDescription> additionalEndpoints) voidsetHttpRoot(String rootPath) voidsetReactiveRoutes(List<RouteDescription> reactiveRoutes) voidsetServlets(Map<String, List<String>> servletToMapping) voidsetStaticResourceRoots(Set<String> resources)
-
Constructor Details
-
ExceptionMapperRecorder
public ExceptionMapperRecorder()
-
-
Method Details
-
setStaticResourceRoots
-
setAdditionalEndpoints
-
setReactiveRoutes
-
setServlets
-
nonJaxRsClassNameToMethodPaths
public void nonJaxRsClassNameToMethodPaths(Map<String, NonJaxRsClassMappings> nonJaxRsClassNameToMethodPaths) Uses to register the paths of classes that are not annotated with JAX-RS annotations (like Spring Controllers for example)- Parameters:
nonJaxRsClassNameToMethodPaths- A map that contains the class name as a key and a map that contains the method name to path as a value
-
setHttpRoot
-