|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.converter.AbstractConverter<S,T>
org.databene.commons.converter.ThreadSafeConverter<char[],java.lang.String>
org.databene.commons.converter.CharArray2StringConverter
public class CharArray2StringConverter
Combines the characters of a character array to a String.
Created: 27.02.2010 09:46:36
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.converter.AbstractConverter |
|---|
sourceType, targetType |
| Constructor Summary | |
|---|---|
protected |
CharArray2StringConverter()
|
| Method Summary | |
|---|---|
java.lang.String |
convert(char[] sourceValue)
Concerts an object of type S to an object of type T |
| Methods inherited from class org.databene.commons.converter.ThreadSafeConverter |
|---|
clone, isParallelizable, isThreadSafe |
| Methods inherited from class org.databene.commons.converter.AbstractConverter |
|---|
getSourceType, getTargetType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CharArray2StringConverter()
| Method Detail |
|---|
public java.lang.String convert(char[] sourceValue)
throws ConversionException
Converter
sourceValue - the object to convert
ConversionException - if the conversion fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||