Class StringPropertyConverter
- java.lang.Object
-
- org.apache.jmeter.save.converters.StringPropertyConverter
-
public class StringPropertyConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description StringPropertyConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canConvert(Class arg0)
static String
getVersion()
Returns the converter version; used to check for possible incompatibilitiesvoid
marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
Object
unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the converter version; used to check for possible incompatibilities- Returns:
- the version of this converter
-
canConvert
public boolean canConvert(Class arg0)
-
marshal
public void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext arg2)
-
unmarshal
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
-