Package org.int4.dirk.extensions.assisted
-
Interface Summary Interface Description AssistedAnnotationStrategy<P> Annotation strategy forAssistedTypeRegistrationExtension. -
Class Summary Class Description AssistedTypeRegistrationExtension Extension which provides implementations of abstract classes or interfaces annotated with the configured assist annotation.AssistedTypeRegistrationExtension.Interceptor<P> Interceptor for generated subclass of assisted injection factories.ConfigurableAssistedAnnotationStrategy<A extends java.lang.annotation.Annotation,P> 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. -
Exception Summary Exception Description MissingArgumentException Thrown by anAssistedAnnotationStrategywhen determining an argument name for a method, field or parameter fails.