@Deprecated @ReadingConverter public enum H2TimestampWithTimeZoneToOffsetDateTimeConverter extends Enum<H2TimestampWithTimeZoneToOffsetDateTimeConverter> implements Converter<org.h2.api.TimestampWithTimeZone,OffsetDateTime>
| Enum Constant and Description |
|---|
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
convert(org.h2.api.TimestampWithTimeZone source)
Deprecated.
|
static H2TimestampWithTimeZoneToOffsetDateTimeConverter |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static H2TimestampWithTimeZoneToOffsetDateTimeConverter[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H2TimestampWithTimeZoneToOffsetDateTimeConverter INSTANCE
public static H2TimestampWithTimeZoneToOffsetDateTimeConverter[] values()
for (H2TimestampWithTimeZoneToOffsetDateTimeConverter c : H2TimestampWithTimeZoneToOffsetDateTimeConverter.values()) System.out.println(c);
public static H2TimestampWithTimeZoneToOffsetDateTimeConverter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic OffsetDateTime convert(org.h2.api.TimestampWithTimeZone source)
convert in interface Converter<org.h2.api.TimestampWithTimeZone,OffsetDateTime>Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.