| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
| org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
| org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ExposeExcludePropertyEndpointFilter<ExposableControllerEndpoint> |
WebEndpointAutoConfiguration.controllerExposeExcludePropertyEndpointFilter() |
| Modifier and Type | Method and Description |
|---|---|
ControllerEndpointDiscoverer |
WebEndpointAutoConfiguration.controllerEndpointDiscoverer(PathMapper webEndpointPathMapper,
ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>> filters) |
| Modifier and Type | Method and Description |
|---|---|
protected ExposableControllerEndpoint |
ControllerEndpointDiscoverer.createEndpoint(Object endpointBean,
String id,
boolean enabledByDefault,
Collection<Operation> operations) |
| Constructor and Description |
|---|
ControllerEndpointDiscoverer(ApplicationContext applicationContext,
PathMapper endpointPathMapper,
Collection<EndpointFilter<ExposableControllerEndpoint>> filters)
Create a new
ControllerEndpointDiscoverer instance. |
| Constructor and Description |
|---|
ControllerEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<ExposableControllerEndpoint> endpoints,
CorsConfiguration corsConfiguration)
Create a new
ControllerEndpointHandlerMapping instance providing mappings
for the specified endpoints. |
| Constructor and Description |
|---|
ControllerEndpointHandlerMapping(EndpointMapping endpointMapping,
Collection<ExposableControllerEndpoint> endpoints,
CorsConfiguration corsConfiguration)
Create a new
ControllerEndpointHandlerMapping instance providing mappings
for the specified endpoints. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.