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