@Beta
public interface BindingTreeCodec
This navigable tree is associated to concrete set of YANG models, represented by SchemaContext and provides access to subtree specific serialization context.
| Modifier and Type | Method and Description |
|---|---|
<T extends TreeNode> |
getSubtreeCodec(InstanceIdentifier<T> path)
Get specific subtree serialization context by Binding path.
|
BindingTreeNodeCodec<?> |
getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
Get specific subtree serialization context by
SchemaPath path. |
BindingTreeNodeCodec<?> |
getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
Get specific subtree serialization context by DOM path.
|
@Nullable <T extends TreeNode> BindingTreeNodeCodec<T> getSubtreeCodec(InstanceIdentifier<T> path)
T - data typepath - - InstanceIdentifier path@Nullable BindingTreeNodeCodec<?> getSubtreeCodec(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path)
path - - YangInstanceIdentifier path@Nullable BindingTreeNodeCodec<?> getSubtreeCodec(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
SchemaPath path.path - - SchemaPath pathCopyright © 2019 OpenDaylight. All rights reserved.