@java.lang.Deprecated @groovy.transform.CompileStatic class NavigableMapPropertySource extends org.springframework.core.env.MapPropertySource
A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps
Type | Name and description |
---|---|
java.lang.String[] |
navigablePropertyNames |
java.lang.String[] |
propertyNames |
Constructor and description |
---|
NavigableMapPropertySource
(java.lang.String name, NavigableMap source) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getNavigableProperty(java.lang.String name) |
|
java.lang.Object |
getProperty(java.lang.String name) |
|
java.lang.String[] |
getPropertyNames() |
Methods inherited from class | Name |
---|---|
class org.springframework.core.env.MapPropertySource |
org.springframework.core.env.MapPropertySource#getPropertyNames(), org.springframework.core.env.MapPropertySource#containsProperty(java.lang.String), org.springframework.core.env.MapPropertySource#getProperty(java.lang.String), org.springframework.core.env.MapPropertySource#named(java.lang.String), org.springframework.core.env.MapPropertySource#getSource(), org.springframework.core.env.MapPropertySource#equals(java.lang.Object), org.springframework.core.env.MapPropertySource#toString(), org.springframework.core.env.MapPropertySource#hashCode(), org.springframework.core.env.MapPropertySource#getName(), org.springframework.core.env.MapPropertySource#wait(long, int), org.springframework.core.env.MapPropertySource#wait(long), org.springframework.core.env.MapPropertySource#wait(), org.springframework.core.env.MapPropertySource#getClass(), org.springframework.core.env.MapPropertySource#notify(), org.springframework.core.env.MapPropertySource#notifyAll() |
Groovy Documentation