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