public class DoubleConverterImpl extends Object implements DoubleConverter
| Constructor and Description |
|---|
DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayDoubleFromLucene(String luceneValue) |
Double |
getDouble(String stringValue) |
String |
getString(Double value) |
String |
getStringForChangelog(Double value) |
String |
getStringForLucene(Double value) |
String |
getStringForLucene(String value) |
public DoubleConverterImpl(JiraAuthenticationContext jiraAuthenticationContext)
public String getString(Double value)
getString in interface DoubleConverterpublic String getStringForLucene(Double value)
getStringForLucene in interface DoubleConverterpublic String getStringForLucene(String value)
getStringForLucene in interface DoubleConverterpublic String getDisplayDoubleFromLucene(String luceneValue)
getDisplayDoubleFromLucene in interface DoubleConverterpublic String getStringForChangelog(Double value)
getStringForChangelog in interface DoubleConverterpublic Double getDouble(String stringValue) throws FieldValidationException
getDouble in interface DoubleConverterFieldValidationExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.