Uses of Interface
is.codion.common.proxy.ProxyBuilder
Packages that use ProxyBuilder
-
Uses of ProxyBuilder in is.codion.common.proxy
Methods in is.codion.common.proxy that return ProxyBuilderModifier and TypeMethodDescriptionstatic <T> ProxyBuilder
<T> Returns a newProxyBuilder
instance.Sets the delegate instance to forward non-proxied method calls to.ProxyBuilder.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.