| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PathMapper.getRootPath(List<PathMapper> pathMappers,
EndpointId endpointId)
Resolve the root path for the specified
endpointId from the given path
mappers. |
| Constructor and Description |
|---|
ControllerEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
List<PathMapper> endpointPathMappers,
Collection<EndpointFilter<ExposableControllerEndpoint>> filters)
Create a new
ControllerEndpointDiscoverer instance. |
ServletEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
List<PathMapper> endpointPathMappers,
Collection<EndpointFilter<ExposableServletEndpoint>> filters)
Create a new
ServletEndpointDiscoverer instance. |
WebEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
EndpointMediaTypes endpointMediaTypes,
List<PathMapper> endpointPathMappers,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<ExposableWebEndpoint>> filters)
Create a new
WebEndpointDiscoverer instance. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.