Interface PrettyTreeAware
-
- All Known Subinterfaces:
AnydataNode<V>
,AnyxmlNode<V>
,AugmentationNode
,ChoiceNode
,ContainerNode
,DataContainerChild
,DataContainerNode
,DistinctNodeContainer<K,V>
,DOMSourceAnyxmlNode
,ForeignDataNode<V>
,LeafNode<T>
,LeafSetEntryNode<T>
,LeafSetNode<T>
,MapEntryNode
,MapNode
,MountPointNode
,NormalizedNode
,NormalizedNodeContainer<V>
,OrderedNodeContainer<V>
,SystemLeafSetNode<T>
,SystemMapNode
,UnkeyedListEntryNode
,UnkeyedListNode
,UserLeafSetNode<T>
,UserMapNode
,ValueNode<V>
- All Known Implementing Classes:
AbstractImmutableDataContainerNode
,AbstractImmutableNormalizedSimpleValueNode
,AbstractImmutableNormalizedValueNode
,AbstractNormalizedNode
,ImmutableContainerNodeBuilder.ImmutableContainerNode
,ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
,ImmutableMapNodeBuilder.ImmutableMapNode
,ImmutableMountPointNode
,ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode
,ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
,ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
,ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
,ImmutableUserMapNodeBuilder.ImmutableUserMapNode
@NonNullByDefault public interface PrettyTreeAware
Utility interface to bridge structures which can be formatted viaPrettyTree
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrettyTree
prettyTree()
Return aPrettyTree
view of this object.
-
-
-
Method Detail
-
prettyTree
PrettyTree prettyTree()
Return aPrettyTree
view of this object.- Returns:
- A
PrettyTree
.
-
-