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