public class EnvironmentPropertySource extends org.springframework.core.env.PropertySource<Environment>
| Constructor and Description |
|---|
EnvironmentPropertySource(Environment sources) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
static org.springframework.core.env.StandardEnvironment |
prepareEnvironment(Environment environment) |
static String |
resolvePlaceholders(org.springframework.core.env.StandardEnvironment preparedEnvironment,
String text) |
public EnvironmentPropertySource(Environment sources)
public static org.springframework.core.env.StandardEnvironment prepareEnvironment(Environment environment)
public static String resolvePlaceholders(org.springframework.core.env.StandardEnvironment preparedEnvironment, String text)
public Object getProperty(String name)
getProperty in class org.springframework.core.env.PropertySource<Environment>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.