| Package | Description |
|---|---|
| org.noear.solon.serialization.prop |
| Modifier and Type | Method and Description |
|---|---|
static JsonProps |
JsonProps.create(org.noear.solon.core.AppContext context) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JsonPropsUtil2.apply(EntityStringSerializer serializer,
JsonProps jsonProps)
尝试应用 Json 全局配置
|
static boolean |
JsonPropsUtil.apply(JsonRenderFactory factory,
JsonProps jsonProps)
Deprecated.
3.2
#dateAsFormat(JsonRenderFactory, JsonProps),#dateAsTicks(JsonRenderFactory, JsonProps),#boolAsInt(JsonRenderFactory, JsonProps) |
static void |
JsonPropsUtil2.boolAsInt(EntityStringSerializer serializer,
JsonProps jsonProps)
尝试把 bool 转为 int
|
static void |
JsonPropsUtil.boolAsInt(JsonRenderFactory factory,
JsonProps jsonProps)
Deprecated.
尝试把 bool 转为 int
|
static void |
JsonPropsUtil2.dateAsFormat(EntityStringSerializer serializer,
JsonProps jsonProps) |
static void |
JsonPropsUtil.dateAsFormat(JsonRenderFactory factory,
JsonProps jsonProps)
Deprecated.
|
static void |
JsonPropsUtil2.dateAsTicks(EntityStringSerializer serializer,
JsonProps jsonProps)
尝试把 date 转为 ticks(long)
|
static void |
JsonPropsUtil.dateAsTicks(JsonRenderFactory factory,
JsonProps jsonProps)
Deprecated.
尝试把 date 转为 ticks(long)
|
static void |
JsonPropsUtil2.longAsString(EntityStringSerializer serializer,
JsonProps jsonProps)
尝试把 long 转为 string
|
static void |
JsonPropsUtil.longAsString(JsonRenderFactory factory,
JsonProps jsonProps)
Deprecated.
尝试把 long 转为 string
|
Copyright © 2025. All rights reserved.