| Modifier and Type | Method and Description |
|---|---|
MountPointContext |
MountPointContextFactory.createContext(Map<YangLibraryConstants.ContainerName,MountPointChild> libraryContainers,
@Nullable MountPointChild schemaMounts)
Create a mount point context based on available information.
|
@NonNull MountPointContext |
MountPointNode.getMountPointContext()
Return the underlying mount point context.
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter |
MountPointStreamWriter.startMountPoint(MountPointIdentifier mountId,
MountPointContext mountCtx)
Start a new mount point with a specific mount point context.
|
void |
MountPointChild.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.
|
Copyright © 2020 OpenDaylight. All rights reserved.