public interface ConfigView extends InvocationHandler
Modifier and Type | Method and Description |
---|---|
ConfigView |
getMasterView() |
<T extends ConfigBeanProxy> |
getProxy(Class<T> proxyType) |
<T extends ConfigBeanProxy> |
getProxyType() |
void |
setMasterView(ConfigView view) |
invoke
ConfigView getMasterView()
void setMasterView(ConfigView view)
<T extends ConfigBeanProxy> Class<T> getProxyType()
<T extends ConfigBeanProxy> T getProxy(Class<T> proxyType)
Copyright © 2018. All rights reserved.