Interface BindingCodecTreeNode
- All Known Subinterfaces:
BindingAugmentationCodecTreeNode<T>
,BindingChoiceCodecTreeNode<C>
,BindingDataContainerCodecTreeNode<T>
,BindingDataObjectCodecTreeNode<T>
,BindingObjectCodecTreeNode
,BindingOpaqueObjectCodecTreeNode<T>
,BindingTypeObjectCodecTreeNode<T>
,BindingYangDataCodecTreeNode<T>
,CommonDataObjectCodecTreeNode<T>
- All Known Implementing Classes:
CommonDataObjectCodecContext
,DataObjectCodecContext
Subtree codec specific to model subtree between Java Binding and NormalizedNode.
-
Method Summary
Modifier and TypeMethodDescription@NonNull DocumentedNode.WithStatus
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getSchema
Deprecated, for removal: This API element is subject to removal in a future version.Return the schema node associated with this node.- Returns:
- A schema node.
-