Interface LeafNode<T>

Type Parameters:
T - Value type
All Superinterfaces:
DataContainerChild, NormalizedData, NormalizedNode, PrettyTreeAware, ValueNode<T>

public non-sealed interface LeafNode<T> extends ValueNode<T>, DataContainerChild
Leaf node with multiplicity 0..1.

Leaf node has a value, but no child nodes in the data tree, schema for leaf node and its value is described by LeafSchemaNode.