类 NoneProxyMethodGenerator
java.lang.Object
cn.taketoday.aop.framework.std.NoneProxyMethodGenerator
- 所有已实现的接口:
ProxyMethodGenerator
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/3/7 20:19
-
字段概要
从接口继承的字段 cn.taketoday.aop.framework.std.ProxyMethodGenerator
FIELD_CONFIG, FIELD_TARGET, FIELD_TARGET_SOURCE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangenerate(Method method, GeneratorContext context) protected voidinvokeStaticTarget(Method method, GeneratorContext context) void none() { ((Bean) target).none(); }protected voidinvokeTargetFromTargetSource(Method method, GeneratorContext context) void noneStatic() { ((Bean) this.targetSource.getTarget()).noneStatic(); }
-
构造器详细资料
-
NoneProxyMethodGenerator
public NoneProxyMethodGenerator()
-
-
方法详细资料
-
generate
- 指定者:
generate在接口中ProxyMethodGenerator- 返回:
- generate status
-
invokeStaticTarget
void none() { ((Bean) target).none(); } -
invokeTargetFromTargetSource
void noneStatic() { ((Bean) this.targetSource.getTarget()).noneStatic(); }
-