Package com.atlassian.jira.jql.util
Class NumberIndexValueConverter
java.lang.Object
com.atlassian.jira.jql.util.NumberIndexValueConverter
- All Implemented Interfaces:
IndexValueConverter
Converts a query literal into a number index representation.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NumberIndexValueConverter
-
-
Method Details
-
convertToIndexValue
- Specified by:
convertToIndexValue
in interfaceIndexValueConverter
- Parameters:
rawValue
- the query literal to convert- Returns:
- the string of the index representation, null if the conversion fails
-