Package | Description |
---|---|
org.opendaylight.mdsal.binding.dom.codec.api | |
org.opendaylight.yangtools.binding.data.codec.api |
Modifier and Type | Interface and Description |
---|---|
interface |
BindingCodecTreeNode<T extends DataObject>
Subtree codec specific to model subtree between Java Binding and
NormalizedNode.
|
Modifier and Type | Method and Description |
---|---|
BindingCodecTreeNode<?> |
BindingCodecTreeNode.bindingPathArgumentChild(InstanceIdentifier.PathArgument arg,
List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument> builder)
Deprecated.
Returns nested node context using supplied Binding Instance Identifier
and adds YANG instance identifiers to supplied list.
|
<T extends DataObject> |
BindingCodecTree.getSubtreeCodec(InstanceIdentifier<T> path)
Deprecated.
|
BindingCodecTreeNode<?> |
BindingCodecTree.getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
Deprecated.
|
BindingCodecTreeNode<?> |
BindingCodecTree.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Deprecated.
|
<E extends DataObject> |
BindingCodecTreeNode.streamChild(Class<E> childClass)
Deprecated.
Returns child context as if it was walked by
BindingStreamEventWriter . |
BindingCodecTreeNode<?> |
BindingCodecTreeNode.yangPathArgumentChild(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument child)
Deprecated.
Returns nested node context using supplied YANG Instance Identifier
|
Modifier and Type | Method and Description |
---|---|
<E extends DataObject> |
BindingCodecTreeNode.possibleStreamChild(Class<E> childClass)
Deprecated.
Returns child context as if it was walked by
BindingStreamEventWriter . |
Copyright © 2018 OpenDaylight. All rights reserved.