public class StringBuilderConverter extends AbstractSingleValueConverter
| Constructor and Description | 
|---|
StringBuilderConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canConvert(Class type)
Determines whether the converter can marshall a particular type. 
 | 
Object | 
fromString(String str)
Unmarshals an Object from its single value representation. 
 | 
toStringpublic Object fromString(String str)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverterstr - the String with the single value of the Objectpublic boolean canConvert(Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedCopyright © 2004–2016 XStream. All rights reserved.