Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
Modifier and Type | Method and Description |
---|---|
IncludeExcludeEndpointFilter<ExposableServletEndpoint> |
ServletEndpointManagementContextConfiguration.servletExposeExcludePropertyEndpointFilter(WebEndpointProperties properties) |
Constructor and Description |
---|
ServletEndpointRegistrar(String basePath,
Collection<ExposableServletEndpoint> servletEndpoints) |
Modifier and Type | Method and Description |
---|---|
protected ExposableServletEndpoint |
ServletEndpointDiscoverer.createEndpoint(Object endpointBean,
EndpointId id,
boolean enabledByDefault,
Collection<Operation> operations) |
Constructor and Description |
---|
ServletEndpointDiscoverer(ApplicationContext applicationContext,
List<PathMapper> endpointPathMappers,
Collection<EndpointFilter<ExposableServletEndpoint>> filters)
Create a new
ServletEndpointDiscoverer instance. |