Interface IMicroTypeConverterRegistry

All Known Implementing Classes:
MicroTypeConverterRegistry

public interface IMicroTypeConverterRegistry
This is the callback interface implemented by MicroTypeConverterRegistry for registration via the SPI interface.
Author:
Philip Helger
  • Method Details

    • registerMicroElementTypeConverter

      <T> void registerMicroElementTypeConverter(@Nonnull Class<T> aClass, @Nonnull IMicroTypeConverter<T> aConverter)
      Register a new type converter.
      Type Parameters:
      T - Data type
      Parameters:
      aClass - The class for which the converter is meant. May not be null.
      aConverter - The converter to be registered. May not be null.