ArrayConverter implementation@Deprecated public final class DoubleArrayConverter extends AbstractArrayConverter
Standard Converter implementation that converts an incoming
 String into a primitive array of double.  On a conversion failure, returns
 a specified default value or throws a ConversionException depending
 on how this instance is constructed.
defaultValue, NO_DEFAULT, strings, useDefault| Constructor and Description | 
|---|
DoubleArrayConverter()
Deprecated.  
Create a  
Converter that will throw
 a ConversionException if a conversion error occurs. | 
DoubleArrayConverter(Object defaultValue)
Deprecated.  
Create a  
Converter that will return
 the specified default value if a conversion error occurs. | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
convert(Class type,
       Object value)
Deprecated.  
Convert the specified input object into an output object of the
 specified type. 
 | 
parseElementspublic DoubleArrayConverter()
Converter that will throw
 a ConversionException if a conversion error occurs.public DoubleArrayConverter(Object defaultValue)
Converter that will return
 the specified default value if a conversion error occurs.defaultValue - The default value to be returnedpublic Object convert(Class type, Object value)
convert in interface Converterconvert in class AbstractArrayConvertertype - Data type to which this value should be convertedvalue - The input value to be convertedConversionException - if conversion cannot be performed
  successfullyCopyright © 2000–2016 The Apache Software Foundation. All rights reserved.