Uses of Class
org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
Packages that use SchemaTracker Package Description org.opendaylight.yangtools.yang.data.impl.codec -
-
Uses of SchemaTracker in org.opendaylight.yangtools.yang.data.impl.codec
Methods in org.opendaylight.yangtools.yang.data.impl.codec that return SchemaTracker Modifier and Type Method Description static @NonNull SchemaTrackerSchemaTracker. create(org.opendaylight.yangtools.yang.model.api.DataNodeContainer root)Create a new writer with the specified node as its root.static @NonNull SchemaTrackerSchemaTracker. create(org.opendaylight.yangtools.yang.model.api.SchemaContext context, org.opendaylight.yangtools.yang.model.api.SchemaPath path)Create a new writer with the specified context and rooted in the specified schema path.
-