Interface IMicroTypeConverterRegistrarSPI

    • Method Detail

      • registerMicroTypeConverter

        void registerMicroTypeConverter​(@Nonnull
                                        IMicroTypeConverterRegistry aRegistry)
        Register all your dynamic micro type converters in the passed interface
        Parameters:
        aRegistry - The registry to register your converters. Never null.