Class IntegerPropertyConverter

java.lang.Object
org.apache.jmeter.save.converters.IntegerPropertyConverter

public class IntegerPropertyConverter extends Object
  • Constructor Details

    • IntegerPropertyConverter

      public IntegerPropertyConverter()
  • Method Details

    • 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)