Class LongConverter
-
- All Implemented Interfaces:
-
de.flapdoodle.kfx.converters.ValidatingConverter
public final class LongConverter extends AbstractNumberConverter implements ValidatingConverter<Long>
-
-
Constructor Summary
Constructors Constructor Description LongConverter(Locale locale)
-
Method Summary
Modifier and Type Method Description StringtoString(Long value)ValueOrError<Long>fromString(String value)-
-
Constructor Detail
-
LongConverter
LongConverter(Locale locale)
-
-
Method Detail
-
fromString
ValueOrError<Long> fromString(String value)
-
-
-
-