Class EpochToZonedDateTime

java.lang.Object
com.opencsv.bean.AbstractBeanField<ImportedTicker,ImportedTicker>
tech.cassandre.trading.bot.util.csv.EpochToZonedDateTime
All Implemented Interfaces:
com.opencsv.bean.BeanField<ImportedTicker,ImportedTicker>

public class EpochToZonedDateTime extends com.opencsv.bean.AbstractBeanField<ImportedTicker,ImportedTicker>
Allows to transform an epoch time to a Zoned date time.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    To milliseconds.

    Fields inherited from class com.opencsv.bean.AbstractBeanField

    converter, errorLocale, field, fieldAccess, required, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    convert(@NonNull String value)
     

    Methods inherited from class com.opencsv.bean.AbstractBeanField

    assignValueToField, convertToWrite, getErrorLocale, getField, getFieldValue, getType, indexAndSplitMultivaluedField, isFieldEmptyForWrite, isRequired, setErrorLocale, setField, setFieldValue, setRequired, setType, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • EpochToZonedDateTime

      public EpochToZonedDateTime()
  • Method Details