Class BooleanPropertyConverter
- java.lang.Object
-
- org.apache.jmeter.save.converters.BooleanPropertyConverter
-
public class BooleanPropertyConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description BooleanPropertyConverter()
-
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)
-
-