| Interface | Description |
|---|---|
| Converter<PRESENTATION,MODEL> | Deprecated |
| ConverterFactory | Deprecated
As of 8.0, no replacement available - provide explicit converters for
Binder. |
| StringToCollectionConverter.CollectionFactory | Deprecated |
| Class | Description |
|---|---|
| AbstractStringToNumberConverter<T> | Deprecated |
| ConverterUtil | Deprecated |
| DateToLongConverter | Deprecated |
| DateToSqlDateConverter | Deprecated |
| DefaultConverterFactory | Deprecated
As of 8.0, no replacement available.
|
| ReverseConverter<PRESENTATION,MODEL> | Deprecated
As of 8.0, no direct replacement available.
|
| StringToBigDecimalConverter | Deprecated |
| StringToBigIntegerConverter | Deprecated |
| StringToBooleanConverter | Deprecated |
| StringToByteConverter | Deprecated
As of 8.0, a lightweight lambda-based converter can be build with
Binder.forField(...).withConverter(...) methods. |
| StringToCollectionConverter | Deprecated
As of 8.0, a lightweight lambda-based converter can be build with
Binder.forField(...).withConverter(...) methods. |
| StringToCollectionConverter.DefaultCollectionFactory | Deprecated |
| StringToDateConverter | Deprecated |
| StringToDoubleConverter | Deprecated |
| StringToEnumConverter | Deprecated
As of 8.0, a lightweight lambda-based converter can be build with
Binder.forField(...).withConverter(...) methods. |
| StringToFloatConverter | Deprecated |
| StringToIntegerConverter | Deprecated |
| StringToLongConverter | Deprecated |
| StringToShortConverter | Deprecated
As of 8.0, no direct replacement available, see
StringToIntegerConverter |
| Exception | Description |
|---|---|
| Converter.ConversionException | Deprecated |
Copyright © 2019 Vaadin Ltd. All rights reserved.