Uses of Interface
org.int4.dirk.spi.discovery.TypeRegistrationExtension.Registry
-
Packages that use TypeRegistrationExtension.Registry Package Description org.int4.dirk.extensions.assisted org.int4.dirk.library org.int4.dirk.spi.discovery -
-
Uses of TypeRegistrationExtension.Registry in org.int4.dirk.extensions.assisted
Methods in org.int4.dirk.extensions.assisted with parameters of type TypeRegistrationExtension.Registry Modifier and Type Method Description voidAssistedTypeRegistrationExtension. deriveTypes(TypeRegistrationExtension.Registry registry, java.lang.reflect.Type factoryType) -
Uses of TypeRegistrationExtension.Registry in org.int4.dirk.library
Methods in org.int4.dirk.library with parameters of type TypeRegistrationExtension.Registry Modifier and Type Method Description voidProducesTypeRegistrationExtension. deriveTypes(TypeRegistrationExtension.Registry registry, java.lang.reflect.Type type)voidProviderTypeRegistrationExtension. deriveTypes(TypeRegistrationExtension.Registry registry, java.lang.reflect.Type type) -
Uses of TypeRegistrationExtension.Registry in org.int4.dirk.spi.discovery
Methods in org.int4.dirk.spi.discovery with parameters of type TypeRegistrationExtension.Registry Modifier and Type Method Description voidTypeRegistrationExtension. deriveTypes(TypeRegistrationExtension.Registry registry, java.lang.reflect.Type type)Called during registration of new types to allow the extension to register further types that can be directly derived from the givenType.
-