@ReadingConverter @Deprecated public static enum CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter extends Enum<CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter> implements Converter<org.threeten.bp.LocalDateTime,LocalDateTime>
LocalDateTimes to their LocalDateTime representation.| Enum Constant and Description |
|---|
INSTANCE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
convert(org.threeten.bp.LocalDateTime date)
Deprecated.
|
static CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter INSTANCE
public static CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter[] values()
for (CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter c : CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter.values()) System.out.println(c);
public static CassandraThreeTenBackPortConverters.FromBpLocalDateTimeConverter 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 LocalDateTime convert(org.threeten.bp.LocalDateTime date)
convert in interface Converter<org.threeten.bp.LocalDateTime,LocalDateTime>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.