public interface PropertySourceLocator
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
locate(org.springframework.core.env.Environment environment) |
default Collection<org.springframework.core.env.PropertySource<?>> |
locateCollection(org.springframework.core.env.Environment environment) |
static Collection<org.springframework.core.env.PropertySource<?>> |
locateCollection(PropertySourceLocator locator,
org.springframework.core.env.Environment environment) |
org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment)
environment - The current Environment.IllegalStateException - if there is a fail-fast condition.default Collection<org.springframework.core.env.PropertySource<?>> locateCollection(org.springframework.core.env.Environment environment)
static Collection<org.springframework.core.env.PropertySource<?>> locateCollection(PropertySourceLocator locator, org.springframework.core.env.Environment environment)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.