Class OffsetDateTimeToDateWriteConverter

java.lang.Object
org.bremersee.spring.data.convert.OffsetDateTimeToDateWriteConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<OffsetDateTime,Date>

@WritingConverter public class OffsetDateTimeToDateWriteConverter extends Object implements org.springframework.core.convert.converter.Converter<OffsetDateTime,Date>
The offset date time to data write converter.
Author:
Christian Bremer
  • Constructor Details

    • OffsetDateTimeToDateWriteConverter

      public OffsetDateTimeToDateWriteConverter()
      Instantiates a new offset date time to date write converter.
  • Method Details