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:
2.0.0
Author:
Andy Wilkinson, Madhura Bhave, Phillip Webb, Brian Clozel