Package | Description |
---|---|
org.nutz.json |
让Json转换仅需一条语句
|
org.nutz.json.handler |
Modifier and Type | Field and Description |
---|---|
protected static List<JsonTypeHandler> |
Json.handlers |
Modifier and Type | Method and Description |
---|---|
static List<JsonTypeHandler> |
Json.getTypeHandlers() |
Modifier and Type | Method and Description |
---|---|
static void |
Json.addTypeHandler(JsonTypeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
JsonArrayHandler |
class |
JsonBooleanHandler |
class |
JsonClassHandler |
class |
JsonDateTimeHandler |
class |
JsonEnumHandler |
class |
JsonIterableHandler |
class |
JsonJsonRenderHandler
支持 JsonRender
|
class |
JsonLocalDateLikeHandler |
class |
JsonMapHandler |
class |
JsonMirrorHandler |
class |
JsonNumberHandler |
class |
JsonPojoHandler |
class |
JsonStringLikeHandler |
Copyright © 2019. All rights reserved.