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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateTimetoJavaTimeLocalDateTime(org.threeten.bp.LocalDateTime result) static LocalTimetoJavaTimeLocalTime(org.threeten.bp.LocalTime result) static org.threeten.bp.LocalDateTimetoThreetenLocalDateTime(LocalDateTime result) static org.threeten.bp.LocalTimetoThreetenLocalTime(LocalTime result)
-
Constructor Details
-
TimeConversionUtils
public TimeConversionUtils()
-
-
Method Details
-
toJavaTimeLocalDateTime
-
toThreetenLocalDateTime
-
toJavaTimeLocalTime
-
toThreetenLocalTime
-