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