@Beta public abstract class MountPointNormalizedNodeWriter extends NormalizedNodeWriter
MountPointNode
-aware counterpart to NormalizedNodeWriter
. Based on the backing writer's capability
it either forwards or filters MountPointNodes.Modifier and Type | Method and Description |
---|---|
static @NonNull MountPointNormalizedNodeWriter |
filteringFor(NormalizedNodeStreamWriter writer) |
static @NonNull MountPointNormalizedNodeWriter |
forStreamWriter(NormalizedNodeStreamWriter writer) |
static @NonNull MountPointNormalizedNodeWriter |
forwardingFor(NormalizedNodeStreamWriter writer) |
protected boolean |
wasProcessedAsCompositeNode(NormalizedNode<?,?> node) |
childSizeHint, close, flush, forStreamWriter, getWriter, wasProcessAsSimpleNode, write, writeChildren, writeMapEntryNode
public static @NonNull MountPointNormalizedNodeWriter forStreamWriter(NormalizedNodeStreamWriter writer)
public static @NonNull MountPointNormalizedNodeWriter filteringFor(NormalizedNodeStreamWriter writer)
public static @NonNull MountPointNormalizedNodeWriter forwardingFor(NormalizedNodeStreamWriter writer)
protected final boolean wasProcessedAsCompositeNode(NormalizedNode<?,?> node) throws IOException
wasProcessedAsCompositeNode
in class NormalizedNodeWriter
IOException
Copyright © 2020 OpenDaylight. All rights reserved.