Package de.flapdoodle.kfx.converters
Interface ValidatingConverter
-
- All Implemented Interfaces:
public interface ValidatingConverter<T extends Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValidatingConverter.Companion
-
Method Summary
Modifier and Type Method Description abstract StringtoString(T value)abstract ValueOrError<T>fromString(String value)StringConverter<T>asStringConverter(Function1<Exception, Unit> lastExceptionPropertySetter)-
-
Method Detail
-
fromString
abstract ValueOrError<T> fromString(String value)
-
asStringConverter
StringConverter<T> asStringConverter(Function1<Exception, Unit> lastExceptionPropertySetter)
-
-
-
-