public interface IMicroTypeConverterRegistry
MicroTypeConverterRegistry for registration via the SPI interface.| Modifier and Type | Method and Description |
|---|---|
void |
registerMicroElementTypeConverter(Class<?> aClass,
IMicroTypeConverter aConverter)
Register a new type converter.
|
void registerMicroElementTypeConverter(@Nonnull Class<?> aClass, @Nonnull IMicroTypeConverter aConverter)
aClass - The class for which the converter is meant. May not be
null.aConverter - The converter to be registered. May not be null.Copyright © 2006–2014 phloc systems. All rights reserved.