public interface VarHolder
//@Db 注入器添加
Solon.context().beanInjectorAdd(Db.classs, (varH, anno)->{
...
});
| 限定符和类型 | 方法和说明 |
|---|---|
AopContext |
context() |
Annotation[] |
getAnnoS()
注解
|
ParameterizedType |
getGenericType() |
Class<?> |
getType()
类型
|
boolean |
isField()
是否为字段
|
void |
setValue(Object val)
设值
|
AopContext context()
ParameterizedType getGenericType()
boolean isField()
Class<?> getType()
Annotation[] getAnnoS()
void setValue(Object val)
Copyright © 2022. All rights reserved.