程序包 cc.jfire.dson

类 Dson

java.lang.Object
cc.jfire.dson.Dson

public class Dson extends Object
  • 字段详细资料

    • DEFAULT_COMPILER_HELPER

      public static final cc.jfire.baseutil.smc.compiler.CompileHelper DEFAULT_COMPILER_HELPER
  • 构造器详细资料

    • Dson

      public Dson()
  • 方法详细资料

    • toJson

      public static String toJson(Object entity)
    • toJsonByCompile

      public static String toJsonByCompile(Object entity)
    • fromString

      public static <T> T fromString(Type type, String str)
    • fromStringByCompile

      public static <T> T fromStringByCompile(Type type, String str)
    • fromString

      public static Object fromString(String str)
    • fromStringByAttribute

      public static Object fromStringByAttribute(String attribute, Type type, String str)