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