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