Uses of Interface
is.codion.common.proxy.ProxyBuilder.ProxyMethod
Packages that use ProxyBuilder.ProxyMethod
-
Uses of ProxyBuilder.ProxyMethod in is.codion.common.proxy
Methods in is.codion.common.proxy with parameters of type ProxyBuilder.ProxyMethodModifier and TypeMethodDescriptionProxyBuilder.method
(String methodName, ProxyBuilder.ProxyMethod<T> proxyMethod) Proxy the given no-argument method with the given proxy method.ProxyBuilder.method
(String methodName, Class<?> parameterType, ProxyBuilder.ProxyMethod<T> proxyMethod) Proxy the given single-argument method with the given proxy method.ProxyBuilder.method
(String methodName, List<Class<?>> parameterTypes, ProxyBuilder.ProxyMethod<T> proxyMethod) Proxy the given method with the given proxy method.