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 DoubleConverter
public String getStringForLucene(Double value)
getStringForLucene
in interface DoubleConverter
public String getStringForLucene(String value)
getStringForLucene
in interface DoubleConverter
public String getDisplayDoubleFromLucene(String luceneValue)
getDisplayDoubleFromLucene
in interface DoubleConverter
public String getStringForChangelog(Double value)
getStringForChangelog
in interface DoubleConverter
public Double getDouble(String stringValue) throws FieldValidationException
getDouble
in interface DoubleConverter
FieldValidationException
Copyright © 2002-2022 Atlassian. All Rights Reserved.