com.vaadin.flow.data.converter.
Package com.vaadin.flow.data.converter
-
Interface Summary Interface Description Converter<PRESENTATION,MODEL> Defines conversion between a model and a presentation type.
ConverterFactory Creates
Converter
instances capable to handle conversion between a model and a presentation type. -
Class Summary Class Description AbstractStringToNumberConverter<T extends Number> A converter that converts from the number type T to
String
and back.DateToLongConverter DateToSqlDateConverter LocalDateTimeToDateConverter A converter that converts between
LocalDateTime
andDate
.LocalDateToDateConverter A converter that converts between
LocalDate
andDate
.StringToBigDecimalConverter A converter that converts from
String
toBigDecimal
and back.StringToBigIntegerConverter A converter that converts from
String
toBigInteger
and back.StringToBooleanConverter StringToDateConverter StringToDoubleConverter StringToFloatConverter StringToIntegerConverter StringToLongConverter StringToUuidConverter -
Enum Summary Enum Description DefaultConverterFactory Default implementation of
ConverterFactory
, handling all standard converters defined incom.vaadin.flow.data.converters
package.