public abstract class PropertySourcesUtils extends Object
PropertySources UtilitiesPropertySources| Constructor and Description |
|---|
PropertySourcesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getSubProperties(Iterable<org.springframework.core.env.PropertySource<?>> propertySources,
String prefix)
Get Sub
Properties |
static String |
normalizePrefix(String prefix)
Normalize the prefix
|
public static Map<String,String> getSubProperties(Iterable<org.springframework.core.env.PropertySource<?>> propertySources, String prefix)
PropertiespropertySources - PropertySource Iterableprefix - the prefix of property namePropertiesCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.