See: Description
| Interface | Description |
|---|---|
| EndpointHandlerMappingCustomizer |
Callback for customizing the
EndpointHandlerMapping at configuration time. |
| HeapdumpMvcEndpoint.HeapDumper |
Strategy interface used to dump the heap to a file.
|
| ManagementServletContext |
Provides information about the management servlet context for MVC controllers to use.
|
| MvcEndpoint |
A strategy for the MVC layer on top of an
Endpoint. |
| NamedMvcEndpoint |
An
MvcEndpoint that also includes a logical name. |
| Class | Description |
|---|---|
| AbstractEndpointHandlerMapping<E extends MvcEndpoint> | |
| AbstractEndpointMvcAdapter<E extends Endpoint<?>> |
Abstract base class for
MvcEndpoint implementations. |
| AbstractMvcEndpoint |
Abstract base class for
MvcEndpoint implementations without a backing
Endpoint. |
| AbstractNamedMvcEndpoint |
Abstract base class for
NamedMvcEndpoint implementations without a backing
Endpoint. |
| ActuatorMediaTypes |
MediaTypes that can be consumed and produced by Actuator endpoints. |
| AuditEventsMvcEndpoint |
MvcEndpoint to expose AuditEvents. |
| DocsMvcEndpoint |
MvcEndpoint to expose actuator documentation. |
| DocsMvcEndpoint.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. |
| HalBrowserMvcEndpoint |
MvcEndpoint to expose a HAL browser. |
| HalBrowserMvcEndpoint.HalBrowserLocation |
HAL Browser properties.
|
| HalJsonMvcEndpoint |
MvcEndpoint to expose HAL-formatted JSON. |
| HealthMvcEndpoint |
Adapter to expose
HealthEndpoint as an MvcEndpoint. |
| HeapdumpMvcEndpoint |
MvcEndpoint to expose heap dumps. |
| HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper |
HeapdumpMvcEndpoint.HeapDumper that uses com.sun.management.HotSpotDiagnosticMXBean
available on Oracle and OpenJDK to dump the heap to a file. |
| JolokiaMvcEndpoint |
MvcEndpoint to expose Jolokia. |
| LogFileMvcEndpoint |
Controller that provides an API for logfiles, i.e.
|
| LoggersMvcEndpoint |
Adapter to expose
LoggersEndpoint as an MvcEndpoint. |
| 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. |
| MvcEndpointSecurityInterceptor |
Security interceptor for MvcEndpoints.
|
| ShutdownMvcEndpoint |
Adapter to expose
ShutdownEndpoint as an MvcEndpoint. |
| Exception | Description |
|---|---|
| EnvironmentMvcEndpoint.NoSuchPropertyException |
Exception thrown when the specified property cannot be found.
|
| HeapdumpMvcEndpoint.HeapDumperUnavailableException |
Exception to be thrown if the
HeapdumpMvcEndpoint.HeapDumper cannot be created. |
| MetricsMvcEndpoint.NoSuchMetricException |
Exception thrown when the specified metric cannot be found.
|
| Annotation Type | Description |
|---|---|
| HypermediaDisabled |
Annotation to indicate that an
MvcEndpoint class or RequestMapping
method shouldn't generate a hypermedia response. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.