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.NumberToStringConverter Deprecated. UseNumberToStringConverterinstead, which does not usecom.ibm.icuas that package may be removed in the future from platform.StringToNumberConverter<T extends Number> Deprecated. UseStringToNumberConverterinstead, which does not usecom.ibm.icuas that package may be removed in the future from platform.