Interface InMemoryNodeModelSupport
- All Superinterfaces:
NodeModelSupport<ImmutableNode>
- All Known Implementing Classes:
AbstractYAMLBasedConfiguration
,BaseHierarchicalConfiguration
,CombinedConfiguration
,DynamicCombinedConfiguration
,INIConfiguration
,JSONConfiguration
,PatternSubtreeConfigurationWrapper
,PropertyListConfiguration
,SubnodeConfiguration
,XMLConfiguration
,XMLPropertyListConfiguration
,YAMLConfiguration
A specialized version of the NodeModelSupport
interface which allows querying an InMemoryNodeModel
.
This interface is needed by some special node model implementations used by in-memory configurations. Such
implementations require the extended capabilities of an InMemoryNodeModel
.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets theNodeModel
supported by this object.
-
Method Details
-
getNodeModel
Gets theNodeModel
supported by this object. This variant specializes the return type toInMemoryNodeModel
.- Specified by:
getNodeModel
in interfaceNodeModelSupport<ImmutableNode>
- Returns:
- the
NodeModel
-