com.adobe.idp.dsc.datatype
Interface Converter


public interface Converter

Classes implementing this interface are used to convert values to a specified target type.


Method Summary
 java.lang.Object convert(java.lang.Class aType, java.lang.Object aValue, java.lang.ClassLoader aClassLoader)
          Converts the specified value to the specified target type.
 

Method Detail

convert

java.lang.Object convert(java.lang.Class aType,
                         java.lang.Object aValue,
                         java.lang.ClassLoader aClassLoader)
Converts the specified value to the specified target type.

Parameters:
aType - The targe type to which the value is converted.
aValue - The value to be converted.
aClassLoader - The ClassLoader used to load any necessary classes.
Returns:
The converted object.


[an error occurred while processing this directive] [an error occurred while processing this directive]