Register a new mapping of converter id to the name of the corresponding {@link Converter} class. This allows subsequent callsto createConverter() to serve as a factory for {@link Converter} instances.
@param converterId The converter id to be registered
@param converterClass The fully qualified class name of thecorresponding {@link Converter} implementation
@throws NullPointerException if converterIdor converterClass is null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.