A org.springframework.core.env.PropertySource with keys prefixed by the given prefix
| Type | Name and description |
|---|---|
private java.lang.String |
prefix |
private java.lang.String[] |
propertyNames |
private EnumerablePropertySource |
source |
| Constructor and description |
|---|
PrefixedMapPropertySource
(java.lang.String prefix, EnumerablePropertySource source) |
PrefixedMapPropertySource
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getProperty(java.lang.String name) |