public class SingleValueConverterWrapper extends Object implements Converter, SingleValueConverter, ErrorReporter
SingleValueConverter into a
 Converter.Converter, 
SingleValueConverter| Constructor and Description | 
|---|
| SingleValueConverterWrapper(SingleValueConverter wrapped) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendErrors(ErrorWriter errorWriter)Append context information to an  ErrorWriter. | 
| 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. | 
| void | marshal(Object source,
       HierarchicalStreamWriter writer,
       MarshallingContext context)Convert an object to textual data. | 
| String | toString(Object obj)Marshals an Object into a single value representation. | 
| Object | unmarshal(HierarchicalStreamReader reader,
         UnmarshallingContext context)Convert textual data back into an object. | 
public SingleValueConverterWrapper(SingleValueConverter wrapped)
public boolean canConvert(Class type)
ConverterMatchercanConvert in interface ConverterMatchertype - the Class representing the object type to be convertedpublic String toString(Object obj)
SingleValueConvertertoString in interface SingleValueConverterobj - the Object to be convertednullpublic Object fromString(String str)
SingleValueConverterfromString in interface SingleValueConverterstr - the String with the single value of the Objectpublic void marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
Converterpublic Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
Converterpublic void appendErrors(ErrorWriter errorWriter)
ErrorReporterErrorWriter.appendErrors in interface ErrorReportererrorWriter - the error writerCopyright © 2004–2016 XStream. All rights reserved.