public class HTTPSamplerBaseConverter extends TestElementConverter
| Constructor and Description |
|---|
HTTPSamplerBaseConverter(com.thoughtworks.xstream.mapper.Mapper arg0) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class arg0) |
static String |
getVersion()
Returns the converter version; used to check for possible
incompatibilities
|
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
Override TestElementConverter; convert HTTPSamplerBase to merge
the two means of providing file names into a single list.
|
marshalpublic HTTPSamplerBaseConverter(com.thoughtworks.xstream.mapper.Mapper arg0)
public static String getVersion()
public boolean canConvert(Class arg0)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class TestElementConverterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class TestElementConverterCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.