Standard {@link org.apache.commons.beanutils.Converter} implementation that converts an incomingString into a primitive array of char. On a conversion failure, returns a specified default value or throws a {@link ConversionException} dependingon how this instance is constructed.
@author Craig R. McClanahan @version $Revision: 556229 $ $Date: 2007-07-14 07:11:19 +0100 (Sat, 14 Jul 2007) $ @since 1.4 @deprecated Replaced by the new {@link ArrayConverter} implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|