Class ExceptionMapperRecorder


  • public class ExceptionMapperRecorder
    extends Object
    • Constructor Detail

      • ExceptionMapperRecorder

        public ExceptionMapperRecorder()
    • Method Detail

      • setStaticResourceRoots

        public void setStaticResourceRoots​(Set<String> resources)
      • 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

        public void setHttpRoot​(String rootPath)