Interface BindingCodecTreeNode

All Known Subinterfaces:
BindingDataObjectCodecTreeNode<T>, BindingObjectCodecTreeNode<T>, BindingOpaqueObjectCodecTreeNode<T>, BindingTypeObjectCodecTreeNode<T>
All Known Implementing Classes:
DataObjectCodecContext

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

    Modifier and Type
    Method
    Description
    Return the schema node associated with this node.
  • Method Details

    • getSchema

      @NonNull DocumentedNode.WithStatus getSchema()
      Return the schema node associated with this node.
      Returns:
      A schema node.