类 ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.web.servlet.DispatcherServlet.class)
public static class ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明servletEndpointRegistrar
(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver)
-
构造器详细资料
-
WebMvcServletEndpointManagementContextConfiguration
public WebMvcServletEndpointManagementContextConfiguration()
-
-
方法详细资料
-
servletEndpointRegistrar
@Bean public ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, ServletEndpointsSupplier servletEndpointsSupplier, DispatcherServletPath dispatcherServletPath, EndpointAccessResolver endpointAccessResolver)
-