| 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 |
|---|
CloudFoundryWebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
EndpointPathResolver endpointPathResolver,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<WebOperation>> filters,
Class<?> requiredExtensionType) |
| Modifier and Type | Method and Description |
|---|---|
EndpointPathResolver |
WebEndpointAutoConfiguration.endpointPathResolver() |
| Modifier and Type | Method and Description |
|---|---|
WebAnnotationEndpointDiscoverer |
WebEndpointAutoConfiguration.webAnnotationEndpointDiscoverer(ParameterMapper parameterMapper,
EndpointPathResolver endpointPathResolver,
Collection<OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<WebOperation>> filters) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointPathResolver |
EndpointPathResolver.useEndpointId()
Returns an
EndpointPathResolver that uses the endpoint ID as the path. |
| Constructor and Description |
|---|
WebAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
EndpointMediaTypes endpointMediaTypes,
EndpointPathResolver endpointPathResolver,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<WebOperation>> filters)
Creates a new
WebAnnotationEndpointDiscoverer that will discover
endpoints and web extensions using
the given ApplicationContext. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.