@ReadingConverter public static enum TimeStringConverters.StringToLocalDateConverter extends Enum<TimeStringConverters.StringToLocalDateConverter> implements Converter<String,LocalDate>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
LocalDate |
convert(String source) |
static TimeStringConverters.StringToLocalDateConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeStringConverters.StringToLocalDateConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeStringConverters.StringToLocalDateConverter INSTANCE
public static TimeStringConverters.StringToLocalDateConverter[] values()
for (TimeStringConverters.StringToLocalDateConverter c : TimeStringConverters.StringToLocalDateConverter.values()) System.out.println(c);
public static TimeStringConverters.StringToLocalDateConverter 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 nullCopyright © 2017–2020 ArangoDB GmbH. All rights reserved.