@Beta
@NonNullByDefault
public interface MountPointChild
NormalizableAnydata, but
rather than normalizing, the data is fed into a combination of a SchemaContext and NormalizedNodeStreamWriter.| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
normalizeTo(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext)
Normalized this child to a particular SchemaContext.
|
void |
writeTo(org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter writer,
MountPointContext mountCtx)
Stream this child into a writer, with the help of a SchemaContext.
|
void writeTo(org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter writer,
MountPointContext mountCtx)
throws IOException
writer - Writer to emit the child intomountCtx - MountPointContext for normalization purposesIOException - if an underlying error occursNullPointerException - if any of the arguments is nullorg.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> normalizeTo(org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext)
throws IOException
schemaContext - SchemaContext for normalization purposesIOException - if an underlying error occursNullPointerException - if any of the arguments is nullCopyright © 2020 OpenDaylight. All rights reserved.