public class ActuatorWebMvcProvider extends ActuatorProvider
actuatorWebServer, applicationWebServer, managementApplicationContext, managementServerProperties, serverProperties, springDocConfigProperties, webEndpointProperties| Constructor and Description |
|---|
ActuatorWebMvcProvider(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
SpringDocConfigProperties springDocConfigProperties,
Optional<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerProperties,
Optional<org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties> webEndpointProperties,
Optional<org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping> webMvcEndpointHandlerMapping,
Optional<org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping> controllerEndpointHandlerMapping)
Instantiates a new Actuator web mvc provider.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> |
getMethods() |
getActuatorPath, getActuatorPort, getApplicationPort, getBasePath, getTag, isRestController, isUseManagementPort, onApplicationEventpublic ActuatorWebMvcProvider(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
SpringDocConfigProperties springDocConfigProperties,
Optional<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerProperties,
Optional<org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties> webEndpointProperties,
Optional<org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping> webMvcEndpointHandlerMapping,
Optional<org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping> controllerEndpointHandlerMapping)
serverProperties - the server propertiesspringDocConfigProperties - the spring doc config propertiesmanagementServerProperties - the management server propertieswebEndpointProperties - the web endpoint propertieswebMvcEndpointHandlerMapping - 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 class ActuatorProviderpublic String getContextPath()
getContextPath in class ActuatorProviderCopyright © 2024. All rights reserved.