| 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 | 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 and
Date. |
| LocalDateToDateConverter |
A converter that converts between
LocalDate and
Date. |
| StringToBigDecimalConverter |
A converter that converts from
String to BigDecimal and back. |
| StringToBigIntegerConverter |
A converter that converts from
String to BigInteger and back. |
| StringToBooleanConverter | |
| StringToDateConverter | |
| StringToDoubleConverter | |
| StringToFloatConverter | |
| StringToIntegerConverter | |
| StringToLongConverter | |
| StringToUuidConverter |
| Enum | Description |
|---|---|
| DefaultConverterFactory |
Default implementation of
ConverterFactory, handling all standard
converters defined in com.vaadin.flow.data.converters package. |
Copyright © 2025. All rights reserved.