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