| Package | Description |
|---|---|
| org.springframework.boot.actuate.endpoint.web |
Web support for actuator endpoints.
|
| org.springframework.boot.actuate.endpoint.web.annotation |
Annotation support for actuator web endpoints.
|
| Constructor and Description |
|---|
ServletEndpointRegistrar(String basePath,
Collection<ExposableServletEndpoint> servletEndpoints) |
| Modifier and Type | Method and Description |
|---|---|
protected ExposableServletEndpoint |
ServletEndpointDiscoverer.createEndpoint(Object endpointBean,
String id,
boolean enabledByDefault,
Collection<Operation> operations) |
| Constructor and Description |
|---|
ServletEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
PathMapper endpointPathMapper,
Collection<EndpointFilter<ExposableServletEndpoint>> filters)
Create a new
ServletEndpointDiscoverer instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.