Package 

Class StringToOffsetDateTimeConverter

    • Method Summary

      Modifier and Type Method Description
      OffsetDateTime convert(String source) Converts the given String to OffsetDateTime.
      • Methods inherited from class org.springframework.core.convert.converter.Converter

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • StringToOffsetDateTimeConverter

        StringToOffsetDateTimeConverter(DateTimeFormatter dateTimeFormatter)
        Parameters:
        dateTimeFormatter - the formatter to be used while converting.