public class BeanInvocationHandler extends Object implements InvocationHandler
| 构造器和说明 |
|---|
BeanInvocationHandler(AopContext ctx,
Class<?> clazz,
Object bean,
InvocationHandler handler) |
BeanInvocationHandler(AopContext ctx,
Object bean,
InvocationHandler handler) |
public BeanInvocationHandler(AopContext ctx, Object bean, InvocationHandler handler)
public BeanInvocationHandler(AopContext ctx, Class<?> clazz, Object bean, InvocationHandler handler)
Copyright © 2022. All rights reserved.