| 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,
EndpointId id,
boolean enabledByDefault,
Collection<Operation> operations) |
| Constructor and Description |
|---|
ServletEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
List<PathMapper> endpointPathMappers,
Collection<EndpointFilter<ExposableServletEndpoint>> filters)
Create a new
ServletEndpointDiscoverer instance. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.