类 Jsons

java.lang.Object
com.lark.oapi.core.utils.Jsons

public class Jsons extends Object
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final com.google.gson.Gson
     
    static final com.google.gson.Gson
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static com.google.gson.Gson
    createGSON(boolean isPretty, boolean longToStr)
     

    从类继承的方法 java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • LONG_TO_STR

      public static final com.google.gson.Gson LONG_TO_STR
    • DEFAULT

      public static final com.google.gson.Gson DEFAULT
  • 构造器详细资料

    • Jsons

      public Jsons()
  • 方法详细资料

    • createGSON

      public static com.google.gson.Gson createGSON(boolean isPretty, boolean longToStr)