Class LocalDateConversion

java.lang.Object
com.univocity.parsers.conversions.NullConversion<String,T>
com.univocity.parsers.conversions.ObjectConversion<LocalDate>
com.powsybl.ieeecdf.model.LocalDateConversion
All Implemented Interfaces:
com.univocity.parsers.conversions.Conversion<String,LocalDate>

public class LocalDateConversion extends com.univocity.parsers.conversions.ObjectConversion<LocalDate>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected LocalDate
     
     

    Methods inherited from class com.univocity.parsers.conversions.ObjectConversion

    execute, fromInput, getValueIfObjectIsNull, getValueIfStringIsNull, setValueIfObjectIsNull, setValueIfStringIsNull, undo

    Methods inherited from class com.univocity.parsers.conversions.NullConversion

    getValueOnNullInput, getValueOnNullOutput, setValueOnNullInput, setValueOnNullOutput

    Methods inherited from class java.lang.Object

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

    • LocalDateConversion

      public LocalDateConversion()
  • Method Details

    • fromString

      protected LocalDate fromString(String str)
      Specified by:
      fromString in class com.univocity.parsers.conversions.ObjectConversion<LocalDate>
    • revert

      public String revert(LocalDate date)
      Specified by:
      revert in interface com.univocity.parsers.conversions.Conversion<String,LocalDate>
      Overrides:
      revert in class com.univocity.parsers.conversions.ObjectConversion<LocalDate>