@Configuration @ConditionalOnMissingBean(value={org.springframework.cloud.servicebroker.model.catalog.Catalog.class,org.springframework.cloud.servicebroker.service.CatalogService.class}) @EnableConfigurationProperties(value=ServiceBrokerProperties.class) @ConditionalOnProperty(prefix="spring.cloud.openservicebroker.catalog.services[0]", name="id") protected static class ServiceBrokerAutoConfiguration.CatalogPropertiesMinimalConfiguration extends Object
Constructor and Description |
---|
CatalogPropertiesMinimalConfiguration(ServiceBrokerProperties serviceBrokerProperties) |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog.Catalog |
catalog() |
public CatalogPropertiesMinimalConfiguration(ServiceBrokerProperties serviceBrokerProperties)
@Bean public org.springframework.cloud.servicebroker.model.catalog.Catalog catalog()