| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultYangSerializerContext
Represents YANG serializer context implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
YangSerializer.decode(CompositeStream external,
YangSerializerContext context)
Decodes the external representation of a configuration model from the
specified composite stream into an in-memory representation.
|
CompositeStream |
YangSerializer.encode(CompositeData internal,
YangSerializerContext context)
Encodes the internal in-memory representation of a configuration model
to an external representation consumable from the resulting input stream.
|
static String |
SerializerHelper.getModuleNameFromNameSpace(YangSerializerContext c,
String ns)
Returns the yang module name for given namespace.
|
static org.onosproject.yang.model.DataNode.Builder |
SerializerHelper.initializeDataNode(YangSerializerContext context)
Initializes a new data node builder.
|
static org.onosproject.yang.model.ResourceId.Builder |
SerializerHelper.initializeResourceId(YangSerializerContext context)
Initializes resource identifier builder with YANG serializer context
information.
|
Copyright © 2018. All rights reserved.