Package | Description |
---|---|
org.opendaylight.mdsal.binding.dom.adapter | |
org.opendaylight.mdsal.binding.dom.codec.api |
Modifier and Type | Method and Description |
---|---|
protected Map.Entry<InstanceIdentifier<?>,BindingCodecTreeNode<?>> |
BindingToNormalizedNodeCodec.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier domIdentifier) |
Modifier and Type | Method and Description |
---|---|
BindingCodecTreeNode<?> |
BindingCodecTreeNode.bindingPathArgumentChild(InstanceIdentifier.PathArgument 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
the supplied list.
|
<T extends DataObject> |
BindingCodecTree.getSubtreeCodec(InstanceIdentifier<T> path) |
BindingCodecTreeNode<?> |
BindingCodecTree.getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path) |
BindingCodecTreeNode<?> |
BindingCodecTree.getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path) |
<E extends DataObject> |
BindingCodecTreeNode.streamChild(Class<E> childClass)
Returns child context as if it was walked by
BindingStreamEventWriter . |
BindingCodecTreeNode<?> |
BindingCodecTreeNode.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 DataObject> |
BindingCodecTreeNode.possibleStreamChild(Class<E> childClass)
Returns child context as if it was walked by
BindingStreamEventWriter . |
Copyright © 2019 OpenDaylight. All rights reserved.