Package | Description |
---|---|
org.springframework.boot.bind |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
RelaxedPropertyResolver.getSubProperties(org.springframework.core.env.PropertySources propertySources,
RelaxedNames keyPrefix)
Return a Map of all values from the specified
PropertySources that start
with a particular key. |
static Map<String,Object> |
RelaxedPropertyResolver.getSubProperties(org.springframework.core.env.PropertySources propertySources,
String rootPrefix,
RelaxedNames keyPrefix)
Return a Map of all values from the specified
PropertySources that start
with a particular key. |
Copyright © 2013. All rights reserved.