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.
Since:
4.0.0
  • Method Summary

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

    • handle

      @Nullable Object handle(jakarta.servlet.http.HttpServletRequest request, @Nullable Map<String,String> body)