Uses of Interface
org.int4.dirk.spi.definition.TypeRegistrationExtension.Registry
-
Packages that use TypeRegistrationExtension.Registry Package Description org.int4.dirk.spi.definition Provides the type registration extension interface. -
-
Uses of TypeRegistrationExtension.Registry in org.int4.dirk.spi.definition
Methods in org.int4.dirk.spi.definition 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.
-