Class ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
- Enclosing class:
- ServletEndpointManagementContextConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.web.servlet.DispatcherServlet.class)
public static class ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionservletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath)
-
Constructor Details
-
WebMvcServletEndpointManagementContextConfiguration
public WebMvcServletEndpointManagementContextConfiguration()
-
-
Method Details
-
servletEndpointRegistrar
@Bean public ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath)
-