public interface IRich
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
invoke(String method,
boolean cache)
Entity rich @RefMethod method方法定义接口
具体实现
RichEntity.invoke(String, boolean)
对应调用 IRefs.invoke(Class, String, Object[]) |
<T> T invoke(String method, boolean cache)
具体实现 RichEntity.invoke(String, boolean)
对应调用 IRefs.invoke(Class, String, Object[])
T - ignoremethod - rich method方法名称cache - 结果是否缓存Copyright © 2021. All rights reserved.