Class FoldingIndexValueConverter

java.lang.Object
com.atlassian.greenhopper.issue.index.FoldingIndexValueConverter
All Implemented Interfaces:
com.atlassian.jira.jql.util.IndexValueConverter

public class FoldingIndexValueConverter extends Object implements com.atlassian.jira.jql.util.IndexValueConverter
Index value converter that folds the value using CaseFolding.foldString(String).
Since:
v6.1.2
  • Constructor Details

    • FoldingIndexValueConverter

      public FoldingIndexValueConverter()
  • Method Details

    • convertToIndexValue

      public String convertToIndexValue(com.atlassian.jira.jql.operand.QueryLiteral rawValue)
      Specified by:
      convertToIndexValue in interface com.atlassian.jira.jql.util.IndexValueConverter