Uses of Interface
org.int4.dirk.extensions.assisted.AssistedAnnotationStrategy
-
Packages that use AssistedAnnotationStrategy Package Description org.int4.dirk.extensions.assisted Provides classes for the assisted injection extension. -
-
Uses of AssistedAnnotationStrategy in org.int4.dirk.extensions.assisted
Classes in org.int4.dirk.extensions.assisted that implement AssistedAnnotationStrategy Modifier and Type Class Description classConfigurableAssistedAnnotationStrategy<A extends java.lang.annotation.Annotation>An implementation ofAssistedAnnotationStrategywhich can be configured with custom annotations and which extract argument names via the given argument annotation or determines them by parameter, field or method name.Constructors in org.int4.dirk.extensions.assisted with parameters of type AssistedAnnotationStrategy Constructor Description AssistedTypeRegistrationExtension(AnnotationStrategy annotationStrategy, LifeCycleCallbacksFactory lifeCycleCallbacksFactory, AssistedAnnotationStrategy strategy)Constructs a new instance.
-