Package org.eclipse.core.databinding.conversion
Provides interfaces and classes for data type conversion.
Package Specification
This package provides the IConverter
interface along with classes
that implement the interface to convert between common data types.
-
Interface Summary Interface Description IConverter<F,T> A one-way converter. -
Class Summary Class Description Converter<F,T> Abstract base class for converters.EnumConverters Contains static methods the create converters for working withEnum
s.NumberToStringConverter Deprecated. UseNumberToStringConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform.StringToNumberConverter<T extends Number> Deprecated. UseStringToNumberConverter
instead, which does not usecom.ibm.icu
as that package may be removed in the future from platform.