org.apache.commons.beanutils.Converter implementaion that handles conversion
to and from java.lang.Class objects.
The class will be loaded from the thread context class
loader (if it exists); otherwise the class loader that loaded this class
will be used.
Can be configured to either return a default value or throw a
ConversionException if a conversion error occurs.
author: Tomas Viberg version: $Revision: 555845 $ $Date: 2007-07-13 03:52:05 +0100 (Fri, 13 Jul 2007) $ since: 1.4 |