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