@CompileStatic class PrefixedMapPropertySource extends EnumerablePropertySource
A PropertySource with keys prefixed by the given prefix
| Type | Name and description |
|---|---|
java.lang.String |
prefix |
java.lang.String[] |
propertyNames |
EnumerablePropertySource |
source |
| Constructor and description |
|---|
PrefixedMapPropertySource(java.lang.String prefix, EnumerablePropertySource source) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getProperty(java.lang.String name) |
| Methods inherited from class | Name |
|---|---|
class EnumerablePropertySource |
containsProperty, equals, getClass, getName, getProperty, getPropertyNames, getSource, hashCode, named, notify, notifyAll, toString, wait, wait, wait |