Package tech.ytsaurus.ysontree
Class YTreeNodeUtils
- java.lang.Object
-
- tech.ytsaurus.ysontree.YTreeNodeUtils
-
public class YTreeNodeUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
merge(YTreeNode node1, YTreeNode node2, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes)
static void
walk(YTreeNode node, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes)
static void
walk(YTreeNode node, tech.ytsaurus.yson.YsonConsumer consumer, boolean stringAsBytes, boolean sortKeys)
-