org.apache.jmeter.save.converters
Class MultiPropertyConverter
AbstractCollectionConverter
org.apache.jmeter.save.converters.MultiPropertyConverter
public class MultiPropertyConverter
extends AbstractCollectionConverter
boolean | canConvert(Class arg0)
|
static String | getVersion() - Returns the converter version; used to check for possible
incompatibilities
|
void | marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
|
Object | unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
|
MultiPropertyConverter
public MultiPropertyConverter(Mapper arg0)
canConvert
public boolean canConvert(Class arg0)
getVersion
public static String getVersion()
Returns the converter version; used to check for possible
incompatibilities
marshal
public void marshal(Object arg0,
HierarchicalStreamWriter writer,
MarshallingContext context)
unmarshal
public Object unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.