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