Class SqlDefOutboundCsvTransformer

java.lang.Object
com.onenetwork.platform.integ.msg.SqlDefOutboundCsvTransformer

public class SqlDefOutboundCsvTransformer
extends java.lang.Object
Deprecated.
use SqlDefCsvTransformer
Base class for all outbound transformers that are backed by a SqlDef. Takes a SqlRow and transforms it into a CsvRow. the CsvRow will be populated with blank values and its the implementors responsibility to map the sqlRow to CsvRow. Best is if the data coming out of SqlRow is in the string format that CsvRow is expecting.
  • Constructor Summary

    Constructors 
    Constructor Description
    SqlDefOutboundCsvTransformer()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void transform​(SqlRow sqlRow, CsvRow csvRow, OutboundCsvTransformContext transformContext)
    Deprecated.
    Transforms the SqlRow into a CsvRow.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait