Class SampleSaveConfigurationConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jmeter.samplers.SampleSaveConfiguration convert​(SampleSaveConfigurationWrapper sampleSaveConfigurationWrapper)
      Convert the specified input object into an output object .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleSaveConfigurationConverter

        public SampleSaveConfigurationConverter()
    • Method Detail

      • convert

        public org.apache.jmeter.samplers.SampleSaveConfiguration convert​(SampleSaveConfigurationWrapper sampleSaveConfigurationWrapper)
        Description copied from interface: Converter
        Convert the specified input object into an output object .
        Specified by:
        convert in interface Converter<SampleSaveConfigurationWrapper,​org.apache.jmeter.samplers.SampleSaveConfiguration>
        Parameters:
        sampleSaveConfigurationWrapper - source object.
        Returns:
        converted object.