Interface JavaRestMethodResolver

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface JavaRestMethodResolver
    The JavaRestMethodResolver allows to resolve the Java method handler per HTTP request.
    • Method Detail

      • resolve

        JavaRestMethodDTO resolve​(javax.servlet.http.HttpServletRequest request)