Class OffsetDateTimeToInstantWriteConverter

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

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

    • OffsetDateTimeToInstantWriteConverter

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