@Configuration @ConditionalOnEnabledEndpoint(endpoint=InfoEndpoint.class) @AutoConfigureAfter(value=InfoContributorAutoConfiguration.class) public class InfoEndpointAutoConfiguration extends Object
Auto-configuration
for the InfoEndpoint
.Constructor and Description |
---|
InfoEndpointAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
InfoEndpoint |
infoEndpoint(ObjectProvider<InfoContributor> infoContributors) |
@Bean @ConditionalOnMissingBean public InfoEndpoint infoEndpoint(ObjectProvider<InfoContributor> infoContributors)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.