Class YtFormat


  • public final class YtFormat
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static tech.ytsaurus.ysontree.YTreeStringNode DSV  
      static tech.ytsaurus.ysontree.YTreeStringNode JSON  
      static tech.ytsaurus.ysontree.YTreeStringNode YAMR  
      static tech.ytsaurus.ysontree.YTreeStringNode YAMR_SUBKEY  
      static tech.ytsaurus.ysontree.YTreeStringNode YSON_BINARY  
      static tech.ytsaurus.ysontree.YTreeStringNode YSON_TEXT  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • YSON_BINARY

        public static final tech.ytsaurus.ysontree.YTreeStringNode YSON_BINARY
      • YSON_TEXT

        public static final tech.ytsaurus.ysontree.YTreeStringNode YSON_TEXT
      • YAMR

        public static final tech.ytsaurus.ysontree.YTreeStringNode YAMR
      • YAMR_SUBKEY

        public static final tech.ytsaurus.ysontree.YTreeStringNode YAMR_SUBKEY
      • DSV

        public static final tech.ytsaurus.ysontree.YTreeStringNode DSV
      • JSON

        public static final tech.ytsaurus.ysontree.YTreeStringNode JSON