Class CxTestSuffixMapper

  • All Implemented Interfaces:
    Populator<java.util.List<java.lang.String>,​MappingData>

    public class CxTestSuffixMapper
    extends java.lang.Object
    implements Populator<java.util.List<java.lang.String>,​MappingData>
    Test mapper that just adds a suffix to each input string value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate​(java.util.List<java.lang.String> data, MappingData target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

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

      • CxTestSuffixMapper

        public CxTestSuffixMapper()
    • Method Detail

      • populate

        public void populate​(java.util.List<java.lang.String> data,
                             MappingData target)
                      throws ConversionException
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<java.util.List<java.lang.String>,​MappingData>
        Parameters:
        data - the source object
        target - the target to fill
        Throws:
        ConversionException - if an error occurs