Apache JMeter

org.apache.jmeter.save.converters
Class MultiPropertyConverter

java.lang.Object
  extended by AbstractCollectionConverter
      extended by org.apache.jmeter.save.converters.MultiPropertyConverter

public class MultiPropertyConverter
extends AbstractCollectionConverter


Constructor Summary
MultiPropertyConverter(Mapper arg0)
           
 
Method Summary
 boolean canConvert(java.lang.Class arg0)
           
static java.lang.String getVersion()
          Returns the converter version; used to check for possible incompatibilities
 void marshal(java.lang.Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
           
 java.lang.Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPropertyConverter

public MultiPropertyConverter(Mapper arg0)
Parameters:
arg0 -
Method Detail

getVersion

public static java.lang.String getVersion()
Returns the converter version; used to check for possible incompatibilities


canConvert

public boolean canConvert(java.lang.Class arg0)

marshal

public void marshal(java.lang.Object arg0,
                    HierarchicalStreamWriter writer,
                    MarshallingContext context)

unmarshal

public java.lang.Object unmarshal(HierarchicalStreamReader reader,
                                  UnmarshallingContext context)

Apache JMeter

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.