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