@Internal public interface

DoubleConverter

com.atlassian.jira.issue.customfields.converters.DoubleConverter
Known Indirect Subclasses

@Internal

This interface is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Public Methods

public String getDisplayDoubleFromLucene (String luceneValue)

public Double getDouble (String stringValue)

public String getString (Double value)

public String getStringForChangelog (Double value)

public String getStringForLucene (String value)

public String getStringForLucene (Double value)