public final class TimeConversion extends Object
Modifier and Type | Method and Description |
---|---|
static Instant |
instantFromAttributeValue(EnhancedAttributeValue itemAttributeValue) |
static OffsetDateTime |
offsetDateTimeFromAttributeValue(EnhancedAttributeValue itemAttributeValue) |
static EnhancedAttributeValue |
toIntegerAttributeValue(Instant instant) |
static EnhancedAttributeValue |
toStringAttributeValue(Instant instant) |
static EnhancedAttributeValue |
toStringAttributeValue(OffsetDateTime accessor) |
static EnhancedAttributeValue |
toStringAttributeValue(ZonedDateTime accessor) |
static ZonedDateTime |
zonedDateTimeFromAttributeValue(EnhancedAttributeValue itemAttributeValue) |
public static EnhancedAttributeValue toIntegerAttributeValue(Instant instant)
public static EnhancedAttributeValue toStringAttributeValue(Instant instant)
public static EnhancedAttributeValue toStringAttributeValue(OffsetDateTime accessor)
public static EnhancedAttributeValue toStringAttributeValue(ZonedDateTime accessor)
public static Instant instantFromAttributeValue(EnhancedAttributeValue itemAttributeValue)
public static OffsetDateTime offsetDateTimeFromAttributeValue(EnhancedAttributeValue itemAttributeValue)
public static ZonedDateTime zonedDateTimeFromAttributeValue(EnhancedAttributeValue itemAttributeValue)
Copyright © 2020. All rights reserved.