Interface | Description |
---|---|
BindingCodecTree |
Navigable tree representing hierarchy of Binding to Normalized Node codecs
This navigable tree is associated to conrete set of YANG models, represented by SchemaContext and
provides access to subtree specific serialization context.
|
BindingCodecTreeFactory | |
BindingCodecTreeNode<T extends DataObject> |
Subtree codec specific to model subtree between Java Binding and
NormalizedNode.
|
BindingNormalizedNodeCachingCodec<T extends DataObject> |
Caching variant of Binding to Normalized Node codec.
|
BindingNormalizedNodeCodec<T extends DataObject> |
Codec providing serialization and deserializiation between Binding
and NormalizedNode representation of data.
|
BindingNormalizedNodeSerializer |
Serialization service, which provides two-way serialization between Java
Binding Data representation and NormalizedNode representation.
|
BindingNormalizedNodeWriterFactory |
Factory for
BindingStreamEventWriter , which provides stream writers
which translates data and delegates calls to
NormalizedNodeStreamWriter . |
Enum | Description |
---|---|
BindingCodecTreeNode.ChildAddressabilitySummary |
Enumeration of possible addressability attribute of all children.
|
Copyright © 2018 OpenDaylight. All rights reserved.