Uses of Interface
io.vertigo.core.node.component.amplifier.ProxyMethod
-
Packages that use ProxyMethod Package Description io.vertigo.core.node.config -
-
Uses of ProxyMethod in io.vertigo.core.node.config
Methods in io.vertigo.core.node.config that return types with arguments of type ProxyMethod Modifier and Type Method Description Class<? extends ProxyMethod>
ProxyMethodConfig. getProxyMethodClass()
Method parameters in io.vertigo.core.node.config with type arguments of type ProxyMethod Modifier and Type Method Description ModuleConfigBuilder
ModuleConfigBuilder. addProxyMethod(Class<? extends ProxyMethod> proxyMethodClass)
Adds a proxy method.
-