Class TimeConversionUtils

java.lang.Object
com.google.cloud.bigquery.storage.util.TimeConversionUtils

@InternalApi("https://github.com/googleapis/sdk-platform-java/issues/3412") public class TimeConversionUtils extends Object
Convenience methods for conversions between java.time and org.threeten.bp objects. This will be kept until this issue is solved.
  • Constructor Details

    • TimeConversionUtils

      public TimeConversionUtils()
  • Method Details

    • toJavaTimeLocalDateTime

      public static LocalDateTime toJavaTimeLocalDateTime(org.threeten.bp.LocalDateTime result)
    • toThreetenLocalDateTime

      public static org.threeten.bp.LocalDateTime toThreetenLocalDateTime(LocalDateTime result)
    • toJavaTimeLocalTime

      public static LocalTime toJavaTimeLocalTime(org.threeten.bp.LocalTime result)
    • toThreetenLocalTime

      public static org.threeten.bp.LocalTime toThreetenLocalTime(LocalTime result)