@ManagementContextConfiguration @ConditionalOnClass(value=org.springframework.hateoas.Link.class) @ConditionalOnWebApplication @ConditionalOnBean(value=HttpMessageConverters.class) @EnableConfigurationProperties(value=ResourceProperties.class) public class EndpointWebMvcHypermediaManagementContextConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
Controller advice that adds links to the actuator endpoint's path.
|
static class |
EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice
Controller advice that adds links to the existing Actuator endpoints.
|
Constructor and Description |
---|
EndpointWebMvcHypermediaManagementContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.hal.DefaultCurieProvider |
curieProvider(ServerProperties server,
ManagementServerProperties management,
DocsMvcEndpoint endpoint) |
DocsMvcEndpoint |
docsMvcEndpoint(ManagementServletContext managementServletContext) |
HalJsonMvcEndpoint |
halJsonMvcEndpoint(ManagementServletContext managementServletContext,
ResourceProperties resources,
ResourceLoader resourceLoader) |
ManagementServletContext |
managementServletContext(ManagementServerProperties properties) |
public EndpointWebMvcHypermediaManagementContextConfiguration()
@Bean public ManagementServletContext managementServletContext(ManagementServerProperties properties)
@Bean public HalJsonMvcEndpoint halJsonMvcEndpoint(ManagementServletContext managementServletContext, ResourceProperties resources, ResourceLoader resourceLoader)
@Bean @ConditionalOnResource(resources="classpath:/META-INF/resources/spring-boot-actuator/docs/index.html") public DocsMvcEndpoint docsMvcEndpoint(ManagementServletContext managementServletContext)
@Bean @ConditionalOnBean(value=DocsMvcEndpoint.class) @ConditionalOnMissingBean(value=org.springframework.hateoas.hal.CurieProvider.class) public org.springframework.hateoas.hal.DefaultCurieProvider curieProvider(ServerProperties server, ManagementServerProperties management, DocsMvcEndpoint endpoint)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.