public class

DoubleConverterImpl

extends Object
implements DoubleConverter
java.lang.Object
   ↳ com.atlassian.jira.issue.customfields.converters.DoubleConverterImpl

Summary

Public Constructors
DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
Public Methods
String getDisplayDoubleFromLucene(String luceneValue)
Double getDouble(String stringValue)
String getString(Double value)
String getStringForChangelog(Double value)
String getStringForLucene(String value)
String getStringForLucene(Double value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.customfields.converters.DoubleConverter

Public Constructors

public DoubleConverterImpl (JiraAuthenticationContext jiraAuthenticationContext)

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)