Uses of Interface
org.springframework.cloud.bootstrap.config.PropertySourceLocator
-
Packages that use PropertySourceLocator Package Description org.springframework.cloud.bootstrap.config -
-
Uses of PropertySourceLocator in org.springframework.cloud.bootstrap.config
Methods in org.springframework.cloud.bootstrap.config with parameters of type PropertySourceLocator Modifier and Type Method Description static Collection<org.springframework.core.env.PropertySource<?>>PropertySourceLocator. locateCollection(PropertySourceLocator locator, org.springframework.core.env.Environment environment)Method parameters in org.springframework.cloud.bootstrap.config with type arguments of type PropertySourceLocator Modifier and Type Method Description voidPropertySourceBootstrapConfiguration. setPropertySourceLocators(Collection<PropertySourceLocator> propertySourceLocators)
-