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