Package org.eclipse.core.databinding.conversion
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.
-
ClassDescriptionConverter<F,
T> Abstract base class for converters.Contains static methods the create converters for working withEnums.IConverter<F,T> A one-way converter.Deprecated, for removal: This API element is subject to removal in a future version.StringToNumberConverter<T extends Number>Deprecated, for removal: This API element is subject to removal in a future version.UseStringToNumberConverterinstead, which does not usecom.ibm.icuas that package is planned to be removed in the future from platform.
NumberToStringConverterinstead, which does not usecom.ibm.icuas that package is planned to be removed in the future from platform.