Uses of Interface
org.int4.dirk.spi.config.AnnotationStrategy
-
Packages that use AnnotationStrategy Package Description org.int4.dirk.core.definition org.int4.dirk.extensions.assisted org.int4.dirk.library org.int4.dirk.spi.config -
-
Uses of AnnotationStrategy in org.int4.dirk.core.definition
Constructors in org.int4.dirk.core.definition with parameters of type AnnotationStrategy Constructor Description BindingProvider(AnnotationStrategy annotationStrategy, InjectionTargetExtensionStore injectionTargetExtensionStore)Constructs a new instance.GenericBindingProvider(AnnotationStrategy annotationStrategy, GenericBindingProvider.BindingFactory<B> factory)Constructs a new instance. -
Uses of AnnotationStrategy in org.int4.dirk.extensions.assisted
Constructors in org.int4.dirk.extensions.assisted with parameters of type AnnotationStrategy Constructor Description AssistedTypeRegistrationExtension(AnnotationStrategy annotationStrategy, LifeCycleCallbacksFactory lifeCycleCallbacksFactory, AssistedAnnotationStrategy<?> strategy)Constructs a new instance. -
Uses of AnnotationStrategy in org.int4.dirk.library
Classes in org.int4.dirk.library that implement AnnotationStrategy Modifier and Type Class Description classConfigurableAnnotationStrategyImplementation ofAnnotationStrategywhich allows configuring one or more annotations used to control injection.Methods in org.int4.dirk.library that return AnnotationStrategy Modifier and Type Method Description AnnotationStrategyDefaultInjectorStrategy. getAnnotationStrategy()Constructors in org.int4.dirk.library with parameters of type AnnotationStrategy Constructor Description DefaultInjectorStrategy(AnnotationStrategy annotationStrategy, ScopeStrategy scopeStrategy, ProxyStrategy proxyStrategy, LifeCycleCallbacksFactory lifeCycleCallbacksFactory)Constructs a new instance. -
Uses of AnnotationStrategy in org.int4.dirk.spi.config
Methods in org.int4.dirk.spi.config that return AnnotationStrategy Modifier and Type Method Description AnnotationStrategyInjectorStrategy. getAnnotationStrategy()Returns theAnnotationStrategyto be used.
-