Package com.helger.xml.microdom.convert
package com.helger.xml.microdom.convert
-
ClassDescriptionImplementation of
IMicroTypeConverterRegistrarSPIfor basic types like Boolean, Byte, Integer, AtomicInteger etc.Micro type converter for classColor.Interface to be implemented to marshal between IMicroElement and a native object.A callback interface that is used to iterate all available micro type converters.SPI interface to be implemented by other modules wishing to register their own micro-type converters.This is the callback interface implemented byMicroTypeConverterRegistryfor registration via the SPI interface.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.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.An implementation ifIMicroTypeConverterthat uses a regular type converter conversion (seeTypeConverter) from and to string for conversion.DefaultIMicroTypeConverterimplementation forStringobjects.