@java.lang.Deprecated @groovy.transform.CompileStatic class NavigableMapPropertySource extends MapPropertySource
A 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() |
Groovy Documentation