Interface BindingCodecTreeNode
- All Known Subinterfaces:
BindingDataObjectCodecTreeNode<T>
,BindingObjectCodecTreeNode<T>
,BindingOpaqueObjectCodecTreeNode<T>
,BindingTypeObjectCodecTreeNode<T>
- All Known Implementing Classes:
DataObjectCodecContext
Subtree codec specific to model subtree between Java Binding and NormalizedNode.
-
Method Summary
Modifier and TypeMethodDescription@NonNull DocumentedNode.WithStatus
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.
-