@CompileStatic class NavigableMapPropertySource extends MapPropertySource
A PropertySource that doesn't return values for navigable submaps This class behavior is closely tied to NavigableMap which will be removed in future release.
| Type | Name and description |
|---|---|
String[] |
navigablePropertyNames |
String[] |
propertyNames |
| Constructor and description |
|---|
NavigableMapPropertySource(String name, NavigableMap source) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
getNavigableProperty(String name) |
|
Object |
getProperty(String name) |
|
String[] |
getPropertyNames() |
| Methods inherited from class | Name |
|---|---|
class MapPropertySource |
containsProperty, equals, getClass, getName, getProperty, getPropertyNames, getSource, hashCode, named, notify, notifyAll, toString, wait, wait, wait |