Uses of Interface
org.int4.dirk.spi.config.ProxyStrategy.InstanceSupplier
-
Packages that use ProxyStrategy.InstanceSupplier Package Description org.int4.dirk.spi.config -
-
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.
-