Class RestService


  • public class RestService
    extends Object
    Adds support for detecting and handling RestControllers. Also detects ExceptionHandlers on beans annotated with ControllerAdvice.
    Author:
    Matthias Müller
    See Also:
    ServiceRequestHandler
    • Method Detail

      • handle

        public void handle​(javax.servlet.http.HttpServletRequest servletRequest,
                           javax.servlet.http.HttpServletResponse servletResponse)
      • getWrappedRequest

        protected javax.servlet.http.HttpServletRequestWrapper getWrappedRequest​(javax.servlet.http.HttpServletRequest servletRequest)