Modifier and Type | Method and Description |
---|---|
BindingTreeNodeCodec<?> |
BindingTreeNodeCodec.bindingPathArgumentChild(TreeArgument<?> arg,
List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument> builder)
Returns nested node context using supplied Binding Instance Identifier
and adds YANG instance identifiers to supplied list.
|
<T extends TreeNode> |
BindingTreeCodec.getSubtreeCodec(InstanceIdentifier<T> path)
Get specific subtree serialization context by Binding path.
|
BindingTreeNodeCodec<?> |
BindingTreeCodec.getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
Get specific subtree serialization context by
SchemaPath path. |
BindingTreeNodeCodec<?> |
BindingTreeCodec.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Get specific subtree serialization context by DOM path.
|
<E extends TreeNode> |
BindingTreeNodeCodec.streamChild(Class<E> childClass)
Returns child context as if it was walked by
BindingStreamEventWriter . |
BindingTreeNodeCodec<?> |
BindingTreeNodeCodec.yangPathArgumentChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child)
Returns nested node context using supplied YANG Instance Identifier.
|
Modifier and Type | Method and Description |
---|---|
<E extends TreeNode> |
BindingTreeNodeCodec.possibleStreamChild(Class<E> childClass)
Returns child context as if it was walked by
BindingStreamEventWriter . |
Modifier and Type | Method and Description |
---|---|
Map.Entry<InstanceIdentifier<?>,BindingTreeNodeCodec<?>> |
BindingToNormalizedNodeCodec.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier domIdentifier)
Get subtree codec of DOM identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
AugmentationNodeContext<D extends TreeNode & Augmentation<?>>
Context for prototype of augmentation node.
|
class |
CaseNodeCodecContext<D extends TreeNode>
Codec context for serializing and deserializing choice case node and it's
path.
|
class |
ChoiceNodeCodecContext<D extends TreeNode>
Context for prototype of choice node codec.
|
class |
ContainerNodeCodecContext<D extends TreeNode>
Context for prototype of container node.
|
class |
KeyedListNodeCodecContext<D extends TreeNode & org.opendaylight.yangtools.concepts.Identifiable<?>>
Codec context for serializing and deserializing keyed list node and it's
path.
|
class |
ListNodeCodecContext<D extends TreeNode>
Codec context for serializing and deserializing list node.
|
class |
NotificationCodecContext<D extends TreeNode & Notification>
Context for prototype of notification.
|
class |
SchemaRootCodecContext<D extends TreeNode>
Creates RootNode from supplied CodecContextFactory and make operations with.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyxmlNodeCodecContext<D extends TreeNode> |
class |
DataContainerCodecContext<D extends TreeNode,T> |
class |
LeafNodeCodecContext<D extends TreeNode> |
class |
NodeCodecContext<D extends TreeNode>
Location specific context for schema nodes, which contains codec specific
information to properly serialize / deserialize from Java YANG Binding data
to NormalizedNode data.
|
class |
TreeNodeCodecContext<D extends TreeNode,T extends org.opendaylight.yangtools.yang.model.api.DataNodeContainer> |
Modifier and Type | Method and Description |
---|---|
BindingTreeNodeCodec<?> |
AnyxmlNodeCodecContext.bindingPathArgumentChild(TreeArgument<?> arg,
List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument> builder) |
BindingTreeNodeCodec<?> |
LeafNodeCodecContext.bindingPathArgumentChild(TreeArgument<?> arg,
List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument> builder) |
<T extends TreeNode> |
BindingCodecContext.getSubtreeCodec(InstanceIdentifier<T> path) |
BindingTreeNodeCodec<?> |
BindingCodecContext.getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path) |
BindingTreeNodeCodec<?> |
BindingCodecContext.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
<E extends TreeNode> |
AnyxmlNodeCodecContext.streamChild(Class<E> childClass) |
<E extends TreeNode> |
LeafNodeCodecContext.streamChild(Class<E> childClass) |
BindingTreeNodeCodec<?> |
AnyxmlNodeCodecContext.yangPathArgumentChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child) |
BindingTreeNodeCodec<?> |
LeafNodeCodecContext.yangPathArgumentChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child) |
Modifier and Type | Method and Description |
---|---|
<E extends TreeNode> |
AnyxmlNodeCodecContext.possibleStreamChild(Class<E> childClass) |
<E extends TreeNode> |
LeafNodeCodecContext.possibleStreamChild(Class<E> childClass) |
Copyright © 2019 OpenDaylight. All rights reserved.