Package com.helger.xml.microdom.convert
Interface IMicroTypeConverterRegistrarSPI
-
- All Known Implementing Classes:
BasicMicroTypeConverterRegistrar,MimeTypeInfoMicroTypeConverterRegistrar,MultilingualTextMicroTypeConverterRegistrar
@IsSPIInterface public interface IMicroTypeConverterRegistrarSPISPI interface to be implemented by other modules wishing to register their own micro-type converters.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterMicroTypeConverter(IMicroTypeConverterRegistry aRegistry)Register all your dynamic micro type converters in the passed interface
-
-
-
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. Nevernull.
-
-