@java.lang.Deprecated @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() |
| Methods inherited from class | Name |
|---|---|
class MapPropertySource |
containsProperty, equals, getClass, getName, getProperty, getPropertyNames, getSource, hashCode, named, notify, notifyAll, toString, wait, wait, wait |