Package tech.ytsaurus.ysontree
-
Interface Summary Interface Description YTreeBooleanNode YTreeCompositeNode<T> YTreeConvertible Любое значение, которое можно конвертировать в YTreeNodeYTreeDoubleNode YTreeEntityNode YTreeIntegerNode YTreeListNode YTreeMapNode YTreeNode YTreeNode is representation of yson object.YTreeScalarNode<V> YTreeStringNode -
Class Summary Class Description YTree Utility class containing helpers for working with YTreeNodeYTreeBinarySerializer YTreeBooleanNodeImpl YTreeBuilder Builder forYTreeNode
Example of usage:YTreeNode mapNode = YTree.builder().buildMap() .key("foo").value(42) .key("bar").value("qux") .endMap().build();
YTreeDoubleNodeImpl YTreeEntityNodeImpl YTreeIntegerNodeImpl YTreeListNodeImpl YTreeMapNodeImpl YTreeNodeImpl YTreeNodeUtils YTreeStringNodeImpl YTreeTextSerializer