Interface MixinNode
- All Known Subinterfaces:
AugmentationNode
,ChoiceNode
,LeafSetNode<T>
,MapNode
,MountPointNode
,OrderedNodeContainer<V>
,SystemLeafSetNode<T>
,SystemMapNode
,UnkeyedListNode
,UserLeafSetNode<T>
,UserMapNode
- All Known Implementing Classes:
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
,ImmutableMapNodeBuilder.ImmutableMapNode
,ImmutableMountPointNode
,ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
,ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
,ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
,ImmutableUserMapNodeBuilder.ImmutableUserMapNode
public interface MixinNode
Marker interface for nodes, which are mixins - their content
belongs to parent node and in serialized form this node
does not exists, but it's children are present.