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

@Beta public interface BindingCodecTreeNode
Subtree codec specific to model subtree between Java Binding and NormalizedNode.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getSchema

      @Deprecated(since="13.0.0", forRemoval=true) @NonNull DocumentedNode.WithStatus 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.