@groovy.transform.CompileStatic class PrefixedMapPropertySource extends org.springframework.core.env.EnumerablePropertySource
A org.springframework.core.env.PropertySource with keys prefixed by the given prefix
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
prefix |
|
private java.lang.String[] |
propertyNames |
|
private org.springframework.core.env.EnumerablePropertySource |
source |
Type | Name and description |
---|---|
java.lang.String |
prefix |
java.lang.String[] |
propertyNames |
org.springframework.core.env.EnumerablePropertySource |
source |
Constructor and description |
---|
PrefixedMapPropertySource
(java.lang.String prefix, org.springframework.core.env.EnumerablePropertySource source) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getProperty(java.lang.String name) |
Methods inherited from class | Name |
---|---|
class org.springframework.core.env.EnumerablePropertySource |
org.springframework.core.env.EnumerablePropertySource#getPropertyNames(), org.springframework.core.env.EnumerablePropertySource#containsProperty(java.lang.String), org.springframework.core.env.EnumerablePropertySource#getName(), org.springframework.core.env.EnumerablePropertySource#getProperty(java.lang.String), org.springframework.core.env.EnumerablePropertySource#equals(java.lang.Object), org.springframework.core.env.EnumerablePropertySource#toString(), org.springframework.core.env.EnumerablePropertySource#hashCode(), org.springframework.core.env.EnumerablePropertySource#named(java.lang.String), org.springframework.core.env.EnumerablePropertySource#getSource(), org.springframework.core.env.EnumerablePropertySource#wait(long, int), org.springframework.core.env.EnumerablePropertySource#wait(), org.springframework.core.env.EnumerablePropertySource#wait(long), org.springframework.core.env.EnumerablePropertySource#getClass(), org.springframework.core.env.EnumerablePropertySource#notify(), org.springframework.core.env.EnumerablePropertySource#notifyAll() |
Groovy Documentation