Uses of Interface
org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
Packages that use AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
Package
Description
Spring MVC support for actuator endpoints.
-
Uses of AbstractWebMvcEndpointHandlerMapping.ServletWebOperation in org.springframework.boot.actuate.endpoint.web.servlet
Methods in org.springframework.boot.actuate.endpoint.web.servlet that return AbstractWebMvcEndpointHandlerMapping.ServletWebOperationModifier and TypeMethodDescriptionAbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) Hook point that allows subclasses to wrap theAbstractWebMvcEndpointHandlerMapping.ServletWebOperation
before it's called.Methods in org.springframework.boot.actuate.endpoint.web.servlet with parameters of type AbstractWebMvcEndpointHandlerMapping.ServletWebOperationModifier and TypeMethodDescriptionAbstractWebMvcEndpointHandlerMapping.wrapServletWebOperation
(ExposableWebEndpoint endpoint, WebOperation operation, AbstractWebMvcEndpointHandlerMapping.ServletWebOperation servletWebOperation) Hook point that allows subclasses to wrap theAbstractWebMvcEndpointHandlerMapping.ServletWebOperation
before it's called.