See: Description
| Interface | Description |
|---|---|
| EndpointHandlerMappingCustomizer |
Callback for customizing the
EndpointHandlerMapping at configuration time. |
| MvcEndpoint |
A strategy for the MVC layer on top of an
Endpoint. |
| Class | Description |
|---|---|
| ActuatorDocsEndpoint |
MvcEndpoint to expose actuator documentation. |
| ActuatorDocsEndpoint.Curies |
Properties of the default CurieProvider (used for adding docs links).
|
| EndpointHandlerMapping | |
| EndpointMvcAdapter |
Adapter class to expose
Endpoints as MvcEndpoints. |
| EnvironmentMvcEndpoint |
Adapter to expose
EnvironmentEndpoint as an MvcEndpoint. |
| HalBrowserEndpoint |
MvcEndpoint to support the Spring Data HAL browser. |
| HealthMvcEndpoint |
Adapter to expose
HealthEndpoint as an MvcEndpoint. |
| JolokiaMvcEndpoint |
MvcEndpoint to expose Jolokia. |
| LinksMvcEndpoint |
MvcEndpoint to add hypermedia links. |
| LogFileMvcEndpoint |
Controller that provides an API for logfiles, i.e.
|
| ManagementErrorEndpoint |
Special
MvcEndpoint for handling "/error" path when the management servlet is
in a child context. |
| MetricsMvcEndpoint |
Adapter to expose
MetricsEndpoint as an MvcEndpoint. |
| MvcEndpoints |
A registry for all
MvcEndpoint beans, and a factory for a set of generic ones
wrapping existing Endpoint instances that are not already exposed as MVC
endpoints. |
| ShutdownMvcEndpoint |
Adapter to expose
ShutdownEndpoint as an MvcEndpoint. |
| Exception | Description |
|---|---|
| EnvironmentMvcEndpoint.NoSuchPropertyException |
Exception thrown when the specified property cannot be found.
|
| MetricsMvcEndpoint.NoSuchMetricException |
Exception thrown when the specified metric cannot be found.
|
| Annotation Type | Description |
|---|---|
| HypermediaDisabled |
Annotation to that
MvcEndpoint class or RequestMapping method should't
generate a hypermedia response. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.