public class CanonicalFromCharArrayConverter extends Object implements IConverter<char[],String>
Canonical format.| Constructor and Description |
|---|
CanonicalFromCharArrayConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(char[] source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public String convert(char[] source) throws ConversionException
IConverterconvert in interface IConverter<char[],String>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<char[],String>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<char[],String>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.