Class AbstractMountPointDataWithSchema<T extends DataSchemaNode>
java.lang.Object
org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema<T>
org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema<T>
org.opendaylight.yangtools.yang.data.util.AbstractMountPointDataWithSchema<T>
- Direct Known Subclasses:
ContainerNodeDataWithSchema
,ListEntryNodeDataWithSchema
@Beta
public abstract sealed class AbstractMountPointDataWithSchema<T extends DataSchemaNode>
extends CompositeNodeDataWithSchema<T>
permits ContainerNodeDataWithSchema, ListEntryNodeDataWithSchema
A
CompositeNodeDataWithSchema
which can hold mount-point data. This data is manipulated through
getMountPointData(MountPointLabel, MountPointContextFactory)
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
CompositeNodeDataWithSchema.ChildReusePolicy
-
Method Summary
Modifier and TypeMethodDescriptionfinal MountPointData
getMountPointData
(MountPointLabel label, MountPointContextFactory factory) void
write
(NormalizedNodeStreamWriter writer, NormalizedNodeStreamWriter.MetadataExtension metaWriter) Methods inherited from class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
addChild, childSizeHint, of
Methods inherited from class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
equals, getAttributes, getSchema, hashCode, provideNodeIdentifier, setAttributes, write, writeMetadata
-
Method Details
-
write
public void write(NormalizedNodeStreamWriter writer, NormalizedNodeStreamWriter.MetadataExtension metaWriter) throws IOException - Overrides:
write
in classCompositeNodeDataWithSchema<T extends DataSchemaNode>
- Throws:
IOException
-
getMountPointData
public final MountPointData getMountPointData(MountPointLabel label, MountPointContextFactory factory)
-