Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
org.springframework.boot.actuate.endpoint.web.servlet |
Spring MVC support for actuator endpoints.
|
Class and Description |
---|
ControllerEndpointHandlerMapping
HandlerMapping that exposes @ControllerEndpoint and
@RestControllerEndpoint annotated endpoints over Spring
MVC. |
WebMvcEndpointHandlerMapping
A custom
HandlerMapping that makes web endpoints available over HTTP using
Spring MVC. |
Class and Description |
---|
AbstractWebMvcEndpointHandlerMapping
A custom
HandlerMapping that makes web endpoints
available over HTTP using Spring MVC. |
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation
A servlet web operation that can be handled by Spring MVC.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.