public interface BeanConvert
| 限定符和类型 | 方法和说明 |
|---|---|
default Object |
after(ExecuteContext ctx,
Object obj,
Annotation an)
返回查询结果后的对象
|
default Object |
before(ExecuteContext ctx,
Object obj,
Annotation an)
返回入库之前的对象
|
default Object before(ExecuteContext ctx, Object obj, Annotation an)
ctx - obj - an - 注解信息,可以提供额外参数default Object after(ExecuteContext ctx, Object obj, Annotation an)
ctx - obj - an - Copyright © 2021. All rights reserved.