Class | Description |
---|---|
AugmentationNodeContext<D extends TreeNode & Augmentation<?>> |
Context for prototype of augmentation node.
|
CaseNodeCodecContext<D extends TreeNode> |
Codec context for serializing and deserializing choice case node and it's
path.
|
ChoiceNodeCodecContext<D extends TreeNode> |
Context for prototype of choice node codec.
|
ContainerNodeCodecContext<D extends TreeNode> |
Context for prototype of container node.
|
KeyedListNodeCodecContext<D extends TreeNode & org.opendaylight.yangtools.concepts.Identifiable<?>> |
Codec context for serializing and deserializing keyed list node and it's
path.
|
ListNodeCodecContext<D extends TreeNode> |
Codec context for serializing and deserializing list node.
|
NotificationCodecContext<D extends TreeNode & Notification> |
Context for prototype of notification.
|
SchemaRootCodecContext<D extends TreeNode> |
Creates RootNode from supplied CodecContextFactory and make operations with.
|
UnionValueOptionContext |
Context for serializing input value of union type and deserializing objects to binding.
|
ValueContext |
Context for serialize/deserialize leaf.
|
Copyright © 2019 OpenDaylight. All rights reserved.