public static enum JodaTimeConverters.LocalDateTimeToJodaDateTime extends Enum<JodaTimeConverters.LocalDateTimeToJodaDateTime> implements Converter<LocalDateTime,org.joda.time.DateTime>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
convert(LocalDateTime source) |
static JodaTimeConverters.LocalDateTimeToJodaDateTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JodaTimeConverters.LocalDateTimeToJodaDateTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JodaTimeConverters.LocalDateTimeToJodaDateTime INSTANCE
public static JodaTimeConverters.LocalDateTimeToJodaDateTime[] values()
for (JodaTimeConverters.LocalDateTimeToJodaDateTime c : JodaTimeConverters.LocalDateTimeToJodaDateTime.values()) System.out.println(c);
public static JodaTimeConverters.LocalDateTimeToJodaDateTime 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 null@Nonnull public org.joda.time.DateTime convert(LocalDateTime source)
convert in interface Converter<LocalDateTime,org.joda.time.DateTime>Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.