| Name | Description | Type | Package | Framework |
| AbstractEndpointMvcAdapter | Abstract base class for MvcEndpoint implementations. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| DocsMvcEndpoint | MvcEndpoint to expose actuator documentation. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| DocsMvcEndpoint .Curies | Properties of the default CurieProvider (used for adding docs links). | Class | org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint | Spring Boot |
| EndpointHandlerMapping | HandlerMapping to map Endpoints to URLs via Endpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EndpointHandlerMappingCustomizer | Callback for customizing the EndpointHandlerMapping at configuration time. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EndpointMvcAdapter | Adapter class to expose Endpoints as MvcEndpoints. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EnvironmentMvcEndpoint | Adapter to expose EnvironmentEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| EnvironmentMvcEndpoint .NoSuchPropertyException | Exception thrown when the specified property cannot be found. | Class | org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint | Spring Boot |
| HalBrowserMvcEndpoint | MvcEndpoint to expose a HAL browser. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| HalBrowserMvcEndpoint .HalBrowserLocation | HAL Browser properties. | Class | org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint | Spring Boot |
| HalJsonMvcEndpoint | MvcEndpoint to expose HAL-formatted JSON. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| HealthMvcEndpoint | Adapter to expose HealthEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| JolokiaMvcEndpoint | MvcEndpoint to expose Jolokia. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| LogFileMvcEndpoint | Controller that provides an API for logfiles, i. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| ManagementErrorEndpoint | Special MvcEndpoint for handling /error path when the management servlet isin a child context. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| ManagementServletContext | Provides information about the management servlet context for MVC controllers to use. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MetricsMvcEndpoint | Adapter to expose MetricsEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MetricsMvcEndpoint .NoSuchMetricException | Exception thrown when the specified metric cannot be found. | Class | org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint | Spring Boot |
| MvcEndpoint | A strategy for the MVC layer on top of an Endpoint. | Interface | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| MvcEndpoints | A registry for all MvcEndpoint beans, and a factory for a set of generic oneswrapping existing Endpoint instances that are not already exposed as MVC | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |
| ShutdownMvcEndpoint | Adapter to expose ShutdownEndpoint as an MvcEndpoint. | Class | org.springframework.boot.actuate.endpoint.mvc | Spring Boot |