Package com.helger.xml.microdom.convert
-
Interface Summary Interface Description IMicroTypeConverter<T> Interface to be implemented to marshal between IMicroElement and a native object.IMicroTypeConverterCallback A callback interface that is used to iterate all available micro type converters.IMicroTypeConverterRegistrarSPI SPI interface to be implemented by other modules wishing to register their own micro-type converters.IMicroTypeConverterRegistry This is the callback interface implemented byMicroTypeConverterRegistryfor registration via the SPI interface. -
Class Summary Class Description BasicMicroTypeConverterRegistrar Implementation ofIMicroTypeConverterRegistrarSPIfor basic types like Boolean, Byte, Integer, AtomicInteger etc.ColorMicroTypeConverter Micro type converter for classColor.MicroTypeConverter A utility class for converting objects from and toIMicroElement.
The functionality is a special case of theTypeConverteras we need a parameter for conversion in this case.
All converters are registered in theMicroTypeConverterRegistry.MicroTypeConverterRegistry A utility class for converting objects from and toIMicroElement.
The functionality is a special case of theTypeConverterRegistryas we need a parameter for conversion in this case.MultilingualTextMicroTypeConverterRegistrar MultilingualTextMicroTypeConverterRegistrar.MultilingualTextConverter MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter StringBasedMicroTypeConverter<T> An implementation ifIMicroTypeConverterthat uses a regular type converter conversion (seeTypeConverter) from and to string for conversion.StringMicroTypeConverter DefaultIMicroTypeConverterimplementation forStringobjects.