public class DefaultProxy extends Object implements InvocationHandler
Modifier and Type | Method and Description |
---|---|
static ConfigBeanProxy |
createDummyProxy(ConfigBeanProxy parent,
Class<? extends ConfigBeanProxy> type) |
ConfigBeanProxy |
getParent() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ConfigBeanProxy getParent()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static ConfigBeanProxy createDummyProxy(ConfigBeanProxy parent, Class<? extends ConfigBeanProxy> type)
Copyright © 2021. All rights reserved.