- All Implemented Interfaces:
- ResponseBodyAdvice<Object>
- Enclosing class:
- EndpointWebMvcHypermediaManagementContextConfiguration
@ConditionalOnProperty(prefix="endpoints.hypermedia",
name="enabled",
matchIfMissing=false)
@ControllerAdvice(assignableTypes=MvcEndpoint.class)
public static class EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
extends Object
implements ResponseBodyAdvice<Object>
Controller advice that adds links to the existing Actuator endpoints. By default
all the top-level resources are enhanced with a "self" link. Those resources that
could not be enhanced (e.g. "/env/{name}") because their values are "primitive" are
ignored.