public class ReadOnlyBeanHandler extends Object implements InvocationHandler
ReadOnlyBeanHandler(Object bean)
Object
getBean()
invoke(Object proxy, Method method, Object[] arguments)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReadOnlyBeanHandler(Object bean)
public Object getBean()
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke
InvocationHandler
Throwable