@groovy.transform.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) |
Groovy Documentation