Interface IndexValueConverter

All Known Subinterfaces:
JqlTimetrackingDurationSupport
All Known Implementing Classes:
GroupCustomFieldIndexValueConverter, JqlTimetrackingDurationSupportImpl, NumberIndexValueConverter, SimpleIndexValueConverter, VotesIndexValueConverter, WatchesIndexValueConverter

public interface IndexValueConverter
A simple interface for converting QueryLiterals to their index representation.
Since:
v4.0
  • Method Details

    • convertToIndexValue

      String convertToIndexValue(QueryLiteral rawValue)
      Parameters:
      rawValue - the query literal to convert
      Returns:
      the string of the index representation, null if the conversion fails