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 Details

    • WebMvcServletEndpointManagementContextConfiguration

      public WebMvcServletEndpointManagementContextConfiguration()
  • Method Details

    • servletEndpointRegistrar

      @Bean public org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar servletEndpointRegistrar(WebEndpointProperties properties, org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier servletEndpointsSupplier, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath, org.springframework.boot.actuate.endpoint.EndpointAccessResolver endpointAccessResolver)