Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint |
Core classes for actuator endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.jmx |
Actuator JMX endpoint auto-configuration.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
ExposeExcludePropertyEndpointFilter<E extends ExposableEndpoint<?>>
Deprecated.
since 2.2.7 for removal in 2.4 in favor of
IncludeExcludeEndpointFilter |
Modifier and Type | Method and Description |
---|---|
IncludeExcludeEndpointFilter<ExposableJmxEndpoint> |
JmxEndpointAutoConfiguration.jmxIncludeExcludePropertyEndpointFilter() |
Modifier and Type | Method and Description |
---|---|
IncludeExcludeEndpointFilter<ExposableControllerEndpoint> |
WebEndpointAutoConfiguration.controllerExposeExcludePropertyEndpointFilter() |
IncludeExcludeEndpointFilter<ExposableServletEndpoint> |
ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties) |
IncludeExcludeEndpointFilter<ExposableWebEndpoint> |
WebEndpointAutoConfiguration.webExposeExcludePropertyEndpointFilter() |