| Interface | Description |
|---|---|
| Converter<PRESENTATION,MODEL> |
Interface that implements conversion between a model and a presentation type.
|
| ConverterFactory |
Factory interface for providing Converters based on a presentation type and a
model type.
|
| StringToCollectionConverter.CollectionFactory |
Collection factory.
|
| Class | Description |
|---|---|
| AbstractStringToNumberConverter<T> |
A converter that converts from the number type T to
String and back. |
| ConverterUtil | |
| DateToLongConverter | |
| DateToSqlDateConverter | |
| DefaultConverterFactory |
Default implementation of
ConverterFactory. |
| ReverseConverter<PRESENTATION,MODEL> |
A converter that wraps another
Converter and reverses source and
target types. |
| StringToBigDecimalConverter |
A converter that converts from
String to BigDecimal and back. |
| StringToBigIntegerConverter |
A converter that converts from
String to BigInteger and back. |
| StringToBooleanConverter | |
| StringToByteConverter | |
| StringToCollectionConverter |
A converter that converts from
String to Collection of tokens
and back. |
| StringToCollectionConverter.DefaultCollectionFactory |
Default collection factory implementation.
|
| StringToDateConverter | |
| StringToDoubleConverter | |
| StringToEnumConverter | |
| StringToFloatConverter | |
| StringToIntegerConverter | |
| StringToLongConverter | |
| StringToShortConverter |
| Exception | Description |
|---|---|
| Converter.ConversionException |
An exception that signals that the value passed to
Converter.convertToPresentation(Object, Class, Locale) or
Converter.convertToModel(Object, Class, Locale) could not be
converted. |
Copyright © 2022 Vaadin Ltd. All rights reserved.