Uses of Interface
org.int4.dirk.spi.discovery.TypeRegistrationExtension
-
Packages that use TypeRegistrationExtension Package Description org.int4.dirk.extensions.assisted org.int4.dirk.library -
-
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.
-