Class ServletEndpointManagementContextConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration
@ManagementContextConfiguration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=SERVLET)
public class ServletEndpointManagementContextConfiguration
extends Object
@ManagementContextConfiguration
for servlet
endpoints.- Since:
- 2.0.0
- Author:
- Phillip Webb, Andy Wilkinson, Madhura Bhave
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ServletEndpointManagementContextConfiguration
public ServletEndpointManagementContextConfiguration()
-
-
Method Details
-
servletExposeExcludePropertyEndpointFilter
@Bean public IncludeExcludeEndpointFilter<ExposableServletEndpoint> servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties)
-