| Package | Description |
|---|---|
| org.onosproject.yang.runtime |
Set of facilities for processing and working with compiled YANG models.
|
| org.onosproject.yang.runtime.impl |
Provides an implementation of YANG runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompositeStream
Representation of default implementation of composite stream.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeStream |
YangRuntimeService.encode(CompositeData internal,
RuntimeContext context)
Encodes the internal in-memory representation of a configuration model
to an external representation consumable from the resulting input stream.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
YangRuntimeService.decode(CompositeStream external,
RuntimeContext context)
Decodes the external representation of a configuration model from the
specified composite stream into an in-memory representation.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeStream |
DefaultYangRuntimeHandler.encode(CompositeData internal,
RuntimeContext c) |
| Modifier and Type | Method and Description |
|---|---|
CompositeData |
DefaultYangRuntimeHandler.decode(CompositeStream external,
RuntimeContext c) |
Copyright © 2017. All rights reserved.