public class WebMvcActuatorProvider extends Object implements ActuatorProvider
| Constructor and Description |
|---|
WebMvcActuatorProvider(org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping webMvcEndpointHandlerMapping,
org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping controllerEndpointHandlerMapping)
Instantiates a new Web mvc actuator provider.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> |
getMethods() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTag, isRestControllerpublic WebMvcActuatorProvider(org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping webMvcEndpointHandlerMapping,
org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping controllerEndpointHandlerMapping)
webMvcEndpointHandlerMapping - the web mvc endpoint handler mappingcontrollerEndpointHandlerMapping - the controller endpoint handler mappingpublic Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> getMethods()
getMethods in interface ActuatorProviderCopyright © 2020. All rights reserved.