Uses of Interface
org.opendaylight.yangtools.rfc8528.data.api.MountPointContext
-
-
Uses of MountPointContext in org.opendaylight.yangtools.rfc8528.data.api
Methods in org.opendaylight.yangtools.rfc8528.data.api that return MountPointContext Modifier and Type Method Description MountPointContextMountPointContextFactory. createContext(Map<YangLibraryConstants.ContainerName,MountPointChild> libraryContainers, @Nullable MountPointChild schemaMounts)Create a mount point context based on available information.@NonNull MountPointContextMountPointNode. getMountPointContext()Return the underlying mount point context.Methods in org.opendaylight.yangtools.rfc8528.data.api with parameters of type MountPointContext Modifier and Type Method Description org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriterStreamWriterMountPointExtension. startMountPoint(MountPointIdentifier mountId, MountPointContext mountCtx)Start a new mount point with a specific mount point context.voidMountPointChild. 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.
-