Package | Description |
---|---|
org.nutz.dao.impl.entity.field | |
org.nutz.json.entity | |
org.nutz.lang |
Java语法糖,封装众多常用实用方法
|
org.nutz.lang.inject | |
org.nutz.mvc.adaptor.injector |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEntityField.setInjecting(Injecting injecting) |
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 |
---|---|
Injecting |
Mirror.getInjecting(String fieldName)
根据字段名,得出一个字段注入方式。优先用 Setter
|
Modifier and Type | Class and Description |
---|---|
class |
InjectByField |
class |
InjectBySetter |
class |
InjectToMap |
Modifier and Type | Field and Description |
---|---|
protected Injecting[] |
ObjectPairInjector.injs |
Copyright © 2017. All rights reserved.