Uses of Interface
org.int4.dirk.spi.config.ProxyStrategy.InstanceSupplier
-
Packages that use ProxyStrategy.InstanceSupplier Package Description org.int4.dirk.extensions.proxy org.int4.dirk.library org.int4.dirk.spi.config -
-
Uses of ProxyStrategy.InstanceSupplier in org.int4.dirk.extensions.proxy
Methods in org.int4.dirk.extensions.proxy that return types with arguments of type ProxyStrategy.InstanceSupplier Modifier and Type Method Description <T> java.util.function.Function<ProxyStrategy.InstanceSupplier<T>,T>ByteBuddyProxyStrategy. createProxyFactory(java.lang.Class<T> cls)Methods in org.int4.dirk.extensions.proxy with parameters of type ProxyStrategy.InstanceSupplier Modifier and Type Method Description static java.lang.ObjectByteBuddyProxyStrategy.Interceptor. intercept(java.lang.reflect.Method method, java.lang.Object[] args, ProxyStrategy.InstanceSupplier<?> instanceSupplier)Intercepts a proxied method. -
Uses of ProxyStrategy.InstanceSupplier in org.int4.dirk.library
Methods in org.int4.dirk.library that return types with arguments of type ProxyStrategy.InstanceSupplier Modifier and Type Method Description <T> java.util.function.Function<ProxyStrategy.InstanceSupplier<T>,T>NoProxyStrategy. createProxyFactory(java.lang.Class<T> cls) -
Uses of ProxyStrategy.InstanceSupplier in org.int4.dirk.spi.config
Methods in org.int4.dirk.spi.config that return types with arguments of type ProxyStrategy.InstanceSupplier Modifier and Type Method Description <T> java.util.function.Function<ProxyStrategy.InstanceSupplier<T>,T>ProxyStrategy. createProxyFactory(java.lang.Class<T> cls)Creates a proxy factory for the givenClassand returns a function which can be used to create a new proxy.
-