Package com.vaadin.v7.data.util.converter
-
Interface Summary Interface Description Converter<PRESENTATION,MODEL> Deprecated. ConverterFactory Deprecated. As of 8.0, no replacement available - provide explicit converters forBinder.StringToCollectionConverter.CollectionFactory Deprecated. -
Class Summary 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 withBinder.forField(...).withConverter(...)methods.StringToCollectionConverter Deprecated. As of 8.0, a lightweight lambda-based converter can be build withBinder.forField(...).withConverter(...)methods.StringToCollectionConverter.DefaultCollectionFactory Deprecated. StringToDateConverter Deprecated. StringToDoubleConverter Deprecated. StringToEnumConverter Deprecated. As of 8.0, a lightweight lambda-based converter can be build withBinder.forField(...).withConverter(...)methods.StringToFloatConverter Deprecated. StringToIntegerConverter Deprecated. StringToLongConverter Deprecated. StringToShortConverter Deprecated. As of 8.0, no direct replacement available, seeStringToIntegerConverter -
Exception Summary Exception Description Converter.ConversionException Deprecated.