Package com.helger.commons.typeconvert
Class IOTypeConverterRegistrar
java.lang.Object
com.helger.commons.typeconvert.IOTypeConverterRegistrar
- All Implemented Interfaces:
ITypeConverterRegistrarSPI
@Immutable
@IsSPIImplementation
public final class IOTypeConverterRegistrar
extends Object
implements ITypeConverterRegistrarSPI
Register the IO specific type converter
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterTypeConverter(ITypeConverterRegistry aRegistry) Register all your type converters.
-
Constructor Details
-
IOTypeConverterRegistrar
public IOTypeConverterRegistrar()
-
-
Method Details
-
registerTypeConverter
Description copied from interface:ITypeConverterRegistrarSPIRegister all your type converters.- Specified by:
registerTypeConverterin interfaceITypeConverterRegistrarSPI- Parameters:
aRegistry- The destination registry. Nevernull.
-