org.apache.commons.beanutils.converters
public final class ConverterFacade extends Object implements Converter
Since: 1.8.0
Version: $Revision: 552084 $ $Date: 2007-06-30 04:04:13 +0100 (Sat, 30 Jun 2007) $
Constructor Summary | |
---|---|
ConverterFacade(Converter converter)
Construct a converter which delegates to the specified
Converter implementation.
|
Method Summary | |
---|---|
Object | convert(Class type, Object value)
Convert the input object into an output object of the
specified type by delegating to the underlying Converter
implementation.
|
String | toString()
Provide a String representation of this facade implementation
sand the underlying Converter it delegates to.
|
Parameters: converter The converter to delegate to
Parameters: type Data type to which this value should be converted value The input value to be converted
Returns: The converted value.
Returns: A String representation of this facade implementation sand the underlying Converter it delegates to