Class HTTPResultConverter
-
- All Implemented Interfaces:
-
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class HTTPResultConverter extends SampleResultConverterClass for XStream conversion of HTTPResult
-
-
Constructor Summary
Constructors Constructor Description HTTPResultConverter(Mapper arg0)
-
Method Summary
Modifier and Type Method Description static StringgetVersion()Returns the converter version; used to check for possible incompatibilities booleancanConvert(Class arg0)voidmarshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext context)Objectunmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)-
-
Method Detail
-
getVersion
static String getVersion()
Returns the converter version; used to check for possible incompatibilities
- Returns:
the version of this component
-
canConvert
boolean canConvert(Class arg0)
-
-
-
-