| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure.cloudfoundry |
Auto-configuration for actuator Cloud Foundry concerns.
|
| 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.
|
| Constructor and Description |
|---|
CloudFoundryWebEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
EndpointMediaTypes endpointMediaTypes,
PathMapper endpointPathMapper,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<ExposableWebEndpoint>> filters)
Create a new
WebEndpointDiscoverer instance. |
| Modifier and Type | Method and Description |
|---|---|
PathMapper |
WebEndpointAutoConfiguration.webEndpointPathMapper() |
| Modifier and Type | Method and Description |
|---|---|
ControllerEndpointDiscoverer |
WebEndpointAutoConfiguration.controllerEndpointDiscoverer(PathMapper webEndpointPathMapper,
org.springframework.beans.factory.ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>> filters) |
WebEndpointDiscoverer |
WebEndpointAutoConfiguration.webEndpointDiscoverer(ParameterValueMapper parameterValueMapper,
EndpointMediaTypes endpointMediaTypes,
PathMapper webEndpointPathMapper,
org.springframework.beans.factory.ObjectProvider<Collection<OperationInvokerAdvisor>> invokerAdvisors,
org.springframework.beans.factory.ObjectProvider<Collection<EndpointFilter<ExposableWebEndpoint>>> filters) |
| Modifier and Type | Method and Description |
|---|---|
static PathMapper |
PathMapper.useEndpointId()
Returns an
PathMapper that uses the endpoint ID as the path. |
| Constructor and Description |
|---|
ControllerEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
PathMapper endpointPathMapper,
Collection<EndpointFilter<ExposableControllerEndpoint>> filters)
Create a new
ControllerEndpointDiscoverer instance. |
ServletEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
PathMapper endpointPathMapper,
Collection<EndpointFilter<ExposableServletEndpoint>> filters)
Create a new
ServletEndpointDiscoverer instance. |
WebEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterValueMapper parameterValueMapper,
EndpointMediaTypes endpointMediaTypes,
PathMapper endpointPathMapper,
Collection<OperationInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<ExposableWebEndpoint>> filters)
Create a new
WebEndpointDiscoverer instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.