Package com.helger.xml.microdom.convert
Interface IMicroTypeConverterRegistrarSPI
- All Known Implementing Classes:
BasicMicroTypeConverterRegistrar,MimeTypeInfoMicroTypeConverterRegistrar,MultilingualTextMicroTypeConverterRegistrar
@IsSPIInterface
public interface IMicroTypeConverterRegistrarSPI
SPI interface to be implemented by other modules wishing to register their
own micro-type converters.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister all your dynamic micro type converters in the passed interface
-
Method Details
-
registerMicroTypeConverter
Register all your dynamic micro type converters in the passed interface- Parameters:
aRegistry- The registry to register your converters. Nevernull.
-