|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.convert1.array.ArrayConverter
public class ArrayConverter
Standard Converter
implementation that converts an incoming
comma delimited String into a known Java class via another Converter.
Constructor Summary | |
---|---|
ArrayConverter(Converter converter)
Handles only one type of element converter. |
|
ArrayConverter(ConvertRegistry registry)
Handles multiple types of sub-type by reusing a particular registry for the sub-elements. |
Method Summary | |
---|---|
Object |
convert(Class toClass,
Object value)
Convert the specified input object into an output object of the specified type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayConverter(ConvertRegistry registry)
public ArrayConverter(Converter converter)
Method Detail |
---|
public Object convert(Class toClass, Object value)
convert
in interface Converter
type
- Data type to which this value should be convertedvalue
- The input value to be converted
ConversionException
- if conversion cannot be performed
successfully
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |