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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIncludeExcludeEndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint>
-
Constructor Details
-
ServletEndpointManagementContextConfiguration
public ServletEndpointManagementContextConfiguration()
-
-
Method Details
-
servletExposeExcludePropertyEndpointFilter
@Bean public IncludeExcludeEndpointFilter<org.springframework.boot.actuate.endpoint.web.ExposableServletEndpoint> servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties)
-