public class NoMethodAround extends Object implements IMethodAround
| 限定符和类型 | 字段和说明 |
|---|---|
static IMethodAround |
instance |
METHOD_METAS_CACHED, MethodLock| 限定符和类型 | 方法和说明 |
|---|---|
Object |
after(Class entityClass,
Method method,
Object[] args,
Object result)
结果值处理
|
MethodMeta |
before(Class entityClass,
Method method)
根据方法定义构造方法元数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafter, before, cachepublic static IMethodAround instance
public MethodMeta before(Class entityClass, Method method)
IMethodAroundbefore 在接口中 IMethodAroundentityClass - 执行的表Entity类method - 执行方法public Object after(Class entityClass, Method method, Object[] args, Object result)
IMethodAroundafter 在接口中 IMethodAroundentityClass - 执行的表Entity类method - 执行方法args - 原始入参result - FormService执行结果Copyright © 2023. All rights reserved.