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 TypeMethodDescriptionSets the delegate instance to forward non-proxied method calls to.ProxyBuilder.method
(String name, ProxyBuilder.ProxyMethod<T> method) Proxy the given no-argument method with the given proxy method.ProxyBuilder.method
(String name, Class<?> parameterType, ProxyBuilder.ProxyMethod<T> method) Proxy the given single-argument method with the given proxy method.Proxy the given method with the given proxy method.static <T> ProxyBuilder
<T> Returns a newProxyBuilder
instance.