Class ZonedDateTimeStringConverter
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.string.ZonedDateTimeStringConverter
- All Implemented Interfaces:
StringConverter<ZonedDateTime>
@ThreadSafe
@Immutable
public class ZonedDateTimeStringConverter
extends Object
implements StringConverter<ZonedDateTime>
A converter between
ZonedDateTime and String.-
Method Summary
Modifier and TypeMethodDescriptionstatic ZonedDateTimeStringConvertercreate()fromString(String string) Convert the provided string into an object.type()The type supported by this converter.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.enhanced.dynamodb.internal.converter.StringConverter
toString
-
Method Details
-
create
-
type
Description copied from interface:StringConverterThe type supported by this converter.- Specified by:
typein interfaceStringConverter<ZonedDateTime>
-
fromString
Description copied from interface:StringConverterConvert the provided string into an object.- Specified by:
fromStringin interfaceStringConverter<ZonedDateTime>
-