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 withEnum
s.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.UseStringToNumberConverter
instead, which does not usecom.ibm.icu
as that package is planned to be removed in the future from platform.
NumberToStringConverter
instead, which does not usecom.ibm.icu
as that package is planned to be removed in the future from platform.