Class ContainerNodeDataWithSchema
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<ContainerLike>
org.opendaylight.yangtools.yang.data.util.ContainerNodeDataWithSchema
public final class ContainerNodeDataWithSchema
extends AbstractMountPointDataWithSchema<ContainerLike>
Utility class used for tracking parser state as needed by a StAX-like parser.
This class is to be used only by respective XML and JSON parsers in yang-data-codec-xml and yang-data-codec-gson.
Represents a YANG container node.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
CompositeNodeDataWithSchema.ChildReusePolicy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(NormalizedNodeStreamWriter writer, NormalizedNodeStreamWriter.MetadataExtension metaWriter) Methods inherited from class org.opendaylight.yangtools.yang.data.util.AbstractMountPointDataWithSchema
getMountPointData
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 classAbstractMountPointDataWithSchema<ContainerLike>
- Throws:
IOException
-