Package | Description |
---|---|
org.nutz.json |
让Json转换仅需一条语句
|
org.nutz.json.entity | |
org.nutz.json.impl |
Modifier and Type | Method and Description |
---|---|
abstract JsonEntityField |
AbstractJsonEntityFieldMaker.make(Mirror<?> mirror,
Field field) |
JsonEntityField |
AbstractJsonEntityFieldMaker.make(Mirror<?> mirror,
Method method) |
Modifier and Type | Method and Description |
---|---|
List<JsonEntityField> |
AbstractJsonEntityFieldMaker.make(Mirror<?> mirror) |
List<JsonEntityField> |
JsonEntityFieldMaker.make(Mirror<?> mirror) |
Modifier and Type | Method and Description |
---|---|
static JsonEntityField |
JsonEntityField.eval(Mirror<?> mirror,
Field fld) |
static JsonEntityField |
JsonEntityField.eval(Mirror<?> mirror,
String name,
Method getter,
Method setter)
根据名称获取字段实体, 默认以set优先
|
static JsonEntityField |
JsonEntityField.eval(Mirror<?> mirror,
String name,
Type type,
Ejecting ejecting,
Injecting injecting) |
JsonEntityField |
JsonEntity.getField(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonEntityField> |
JsonEntity.getFieldMap() |
List<JsonEntityField> |
JsonEntity.getFields() |
Modifier and Type | Method and Description |
---|---|
JsonEntityField |
JsonEntityFieldMakerImpl.make(Mirror<?> mirror,
Field field) |
JsonEntityField |
JsonEntityFieldMakerImpl.make(Mirror<?> mirror,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected String |
JsonRenderImpl.value2string(JsonEntityField jef,
Object value) |
Copyright © 2017. All rights reserved.