public class ExceptionMapperRecorder extends Object
| Constructor and Description |
|---|
ExceptionMapperRecorder() |
| Modifier and Type | Method and Description |
|---|---|
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)
|
void |
setAdditionalEndpoints(List<AdditionalRouteDescription> additionalEndpoints) |
void |
setHttpRoot(String rootPath) |
void |
setReactiveRoutes(List<RouteDescription> reactiveRoutes) |
void |
setServlets(Map<String,List<String>> servletToMapping) |
void |
setStaticResourceRoots(Set<String> resources) |
public void setAdditionalEndpoints(List<AdditionalRouteDescription> additionalEndpoints)
public void setReactiveRoutes(List<RouteDescription> reactiveRoutes)
public void nonJaxRsClassNameToMethodPaths(Map<String,NonJaxRsClassMappings> nonJaxRsClassNameToMethodPaths)
nonJaxRsClassNameToMethodPaths - A map that contains the class name as a key and a map that
contains the method name to path as a valuepublic void setHttpRoot(String rootPath)
Copyright © 2021 JBoss by Red Hat. All rights reserved.