Class MountPointNormalizedNodeWriter
java.lang.Object
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
org.opendaylight.yangtools.rfc8528.data.util.MountPointNormalizedNodeWriter
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
A
MountPointNode
-aware counterpart to NormalizedNodeWriter
. Based on the backing writer's capability
it either forwards or filters MountPointNodes.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull MountPointNormalizedNodeWriter
static @NonNull MountPointNormalizedNodeWriter
static @NonNull MountPointNormalizedNodeWriter
protected final boolean
Methods inherited from class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
childSizeHint, close, flush, forStreamWriter, getWriter, wasProcessAsSimpleNode, write, writeChildren, writeMapEntryNode
-
Method Details
-
forStreamWriter
public static @NonNull MountPointNormalizedNodeWriter forStreamWriter(NormalizedNodeStreamWriter writer) -
filteringFor
public static @NonNull MountPointNormalizedNodeWriter filteringFor(NormalizedNodeStreamWriter writer) -
forwardingFor
public static @NonNull MountPointNormalizedNodeWriter forwardingFor(NormalizedNodeStreamWriter writer) -
wasProcessedAsCompositeNode
- Overrides:
wasProcessedAsCompositeNode
in classNormalizedNodeWriter
- Throws:
IOException
-