| Package | Description |
|---|---|
| org.nutz.dao.impl.entity.field | |
| org.nutz.json.entity | |
| org.nutz.lang |
Java语法糖,封装众多常用实用方法
|
| org.nutz.lang.eject |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEntityField.setEjecting(Ejecting ejecting) |
| Modifier and Type | Method and Description |
|---|---|
static JsonEntityField |
JsonEntityField.eval(Mirror<?> mirror,
String name,
Type type,
Ejecting ejecting,
Injecting injecting) |
| Modifier and Type | Method and Description |
|---|---|
Ejecting |
Mirror.getEjecting(Field field) |
Ejecting |
Mirror.getEjecting(String fieldName)
根据字段名获得一个字段输入方式。优先用 Getter
|
Ejecting |
Mirror.getEjecting(String fieldName,
Class<?> returnType) |
| Modifier and Type | Class and Description |
|---|---|
class |
EjectByField |
class |
EjectByGetter |
class |
EjectBySimpleEL |
class |
EjectFromMap |
Copyright © 2017. All rights reserved.