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