Interface CSVCellDecorator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String decorate​(int position, java.util.Map<java.lang.Integer,​java.lang.String> srcLine)
      Decorates and returns the parsed attribute value.
    • Method Detail

      • decorate

        java.lang.String decorate​(int position,
                                  java.util.Map<java.lang.Integer,​java.lang.String> srcLine)
        Decorates and returns the parsed attribute value. The value can be gathered from given srcLine map by accessing element with given position key.
        Parameters:
        position - element key for given map where the parsed value to decorate is located
        srcLine - map containing whole parsed value line
        Returns:
        decorated attribute value