Uses of Class
org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeMetadataResult
-
Packages that use NormalizedNodeMetadataResult Package Description org.opendaylight.yangtools.yang.data.impl.schema -
-
Uses of NormalizedNodeMetadataResult in org.opendaylight.yangtools.yang.data.impl.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type NormalizedNodeMetadataResult Modifier and Type Method Description static @NonNull org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriterImmutableNormalizedNodeStreamWriter. from(NormalizedNodeMetadataResult result)Creates aNormalizedNodeStreamWriterwhich creates one instance of top-levelNormalizedNode(type of NormalizedNode) is determined by first start event.Constructors in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type NormalizedNodeMetadataResult Constructor Description ImmutableMetadataNormalizedNodeStreamWriter(NormalizedNodeMetadataResult result)
-