Class JdbcFmtBytes

java.lang.Object
org.supercsv.cellprocessor.CellProcessorAdaptor
net.solarnetwork.node.dao.jdbc.JdbcFmtBytes
All Implemented Interfaces:
org.supercsv.cellprocessor.ift.CellProcessor

public class JdbcFmtBytes extends org.supercsv.cellprocessor.CellProcessorAdaptor implements org.supercsv.cellprocessor.ift.CellProcessor
Format dates using a Joda DateTimeFormatter.
Since:
2.3
Version:
1.0
Author:
matt
  • Field Summary

    Fields inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor

    next
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
    JdbcFmtBytes(org.supercsv.cellprocessor.ift.StringCellProcessor next)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    execute(Object value, org.supercsv.util.CsvContext context)
     

    Methods inherited from class org.supercsv.cellprocessor.CellProcessorAdaptor

    toString, validateInputNotNull

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JdbcFmtBytes

      public JdbcFmtBytes()
      Constructor.
    • JdbcFmtBytes

      public JdbcFmtBytes(org.supercsv.cellprocessor.ift.StringCellProcessor next)
      Constructor.
      Parameters:
      next - the next processor
  • Method Details

    • execute

      public <T> T execute(Object value, org.supercsv.util.CsvContext context)
      Specified by:
      execute in interface org.supercsv.cellprocessor.ift.CellProcessor