public class JsonPropsUtil
extends java.lang.Object
构造器和说明 |
---|
JsonPropsUtil() |
限定符和类型 | 方法和说明 |
---|---|
static boolean |
apply(JsonRenderFactory factory,
JsonProps jsonProps)
已过时。
3.2
#dateAsFormat(JsonRenderFactory, JsonProps),#dateAsTicks(JsonRenderFactory, JsonProps),#boolAsInt(JsonRenderFactory, JsonProps) |
static void |
boolAsInt(JsonRenderFactory factory,
JsonProps jsonProps)
尝试把 bool 转为 int
|
static void |
dateAsFormat(JsonRenderFactory factory,
JsonProps jsonProps) |
static void |
dateAsTicks(JsonRenderFactory factory,
JsonProps jsonProps)
尝试把 date 转为 ticks(long)
|
static void |
longAsString(JsonRenderFactory factory,
JsonProps jsonProps)
尝试把 long 转为 string
|
@Deprecated public static boolean apply(JsonRenderFactory factory, JsonProps jsonProps)
#dateAsFormat(JsonRenderFactory, JsonProps),#dateAsTicks(JsonRenderFactory, JsonProps),#boolAsInt(JsonRenderFactory, JsonProps)
public static void boolAsInt(JsonRenderFactory factory, JsonProps jsonProps)
public static void longAsString(JsonRenderFactory factory, JsonProps jsonProps)
public static void dateAsTicks(JsonRenderFactory factory, JsonProps jsonProps)
public static void dateAsFormat(JsonRenderFactory factory, JsonProps jsonProps)