Interface AbstractWebMvcEndpointHandlerMapping.ServletWebOperation

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

@FunctionalInterface protected static interface AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
A servlet web operation that can be handled by Spring MVC.
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(jakarta.servlet.http.HttpServletRequest request, Map<String,String> body)
     
  • Method Details