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