Uses of Interface
org.int4.dirk.spi.config.ProxyStrategy
-
Packages that use ProxyStrategy Package Description org.int4.dirk.core.store org.int4.dirk.extensions.proxy org.int4.dirk.library org.int4.dirk.spi.config -
-
Uses of ProxyStrategy in org.int4.dirk.core.store
Constructors in org.int4.dirk.core.store with parameters of type ProxyStrategy Constructor Description InjectableStore(ProxyStrategy proxyStrategy)Constructs a new instance. -
Uses of ProxyStrategy in org.int4.dirk.extensions.proxy
Classes in org.int4.dirk.extensions.proxy that implement ProxyStrategy Modifier and Type Class Description classByteBuddyProxyStrategyAn implementation ofProxyStrategywhich uses Byte Buddy to implement the proxy. -
Uses of ProxyStrategy in org.int4.dirk.library
Classes in org.int4.dirk.library that implement ProxyStrategy Modifier and Type Class Description classNoProxyStrategyAn implementation ofProxyStrategythat will always throw an exception when attempting to create a proxy, effectively disabling the functionality.Methods in org.int4.dirk.library that return ProxyStrategy Modifier and Type Method Description ProxyStrategyDefaultInjectorStrategy. getProxyStrategy()Constructors in org.int4.dirk.library with parameters of type ProxyStrategy Constructor Description DefaultInjectorStrategy(AnnotationStrategy annotationStrategy, ScopeStrategy scopeStrategy, ProxyStrategy proxyStrategy, LifeCycleCallbacksFactory lifeCycleCallbacksFactory)Constructs a new instance. -
Uses of ProxyStrategy in org.int4.dirk.spi.config
Methods in org.int4.dirk.spi.config that return ProxyStrategy Modifier and Type Method Description ProxyStrategyInjectorStrategy. getProxyStrategy()Returns theProxyStrategyto be used.
-