Package io.vertigo.core.node.config
Class ProxyMethodConfig
- java.lang.Object
-
- io.vertigo.core.node.config.ProxyMethodConfig
-
public final class ProxyMethodConfig extends Object
The ProxyMethodConfig class defines the way to create a new proxy on an interface using small proxy methods. this class is composed of - an interface identified by an annotation - a proxy method used to build a dynamic the proxy- Author:
- pchretien
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ProxyMethod>
getProxyMethodClass()
-
-
-
Method Detail
-
getProxyMethodClass
public Class<? extends ProxyMethod> getProxyMethodClass()
- Returns:
- the proxy method class
-
-