Package org.int4.dirk.library
Class NoProxyStrategy
- java.lang.Object
-
- org.int4.dirk.library.NoProxyStrategy
-
- All Implemented Interfaces:
ProxyStrategy
public class NoProxyStrategy extends java.lang.Object implements ProxyStrategy
An implementation ofProxyStrategythat will always throw an exception when attempting to create a proxy, effectively disabling the functionality.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.int4.dirk.spi.config.ProxyStrategy
ProxyStrategy.InstanceSupplier<T extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description NoProxyStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> java.util.function.Function<ProxyStrategy.InstanceSupplier<T>,T>createProxyFactory(java.lang.Class<T> cls)
-
-
-
Method Detail
-
createProxyFactory
public <T> java.util.function.Function<ProxyStrategy.InstanceSupplier<T>,T> createProxyFactory(java.lang.Class<T> cls)
- Specified by:
createProxyFactoryin interfaceProxyStrategy
-
-