Uses of Interface
org.int4.dirk.spi.definition.TypeRegistrationExtension
-
Packages that use TypeRegistrationExtension Package Description org.int4.dirk.extensions.assisted Provides classes for the assisted injection extension.org.int4.dirk.library Provides standard extensions and strategy implementations for constructing custom injectors. -
-
Uses of TypeRegistrationExtension in org.int4.dirk.extensions.assisted
Classes in org.int4.dirk.extensions.assisted that implement TypeRegistrationExtension Modifier and Type Class Description classAssistedTypeRegistrationExtensionExtension which provides implementations of abstract classes or interfaces annotated with the configured assist annotation. -
Uses of TypeRegistrationExtension in org.int4.dirk.library
Classes in org.int4.dirk.library that implement TypeRegistrationExtension Modifier and Type Class Description classProducesTypeRegistrationExtensionExtension which looks for members annotated with a produces annotation, and if found registers these with the injector.classProviderTypeRegistrationExtensionThis extension detects if a class implements a method of a provider interface and registers an additional type for the type the provider provides.
-