Class AbstractRangeQueryFactory<T,U>

java.lang.Object
com.atlassian.jira.jql.query.AbstractRangeQueryFactory<T,U>
Direct Known Subclasses:
LongPointRangeQueryFactory, RangeQueryFactory

@Deprecated(since="10.4", forRemoval=true) public abstract class AbstractRangeQueryFactory<T,U> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and will be removed in Jira 11.0. Use AbstractRangeQueryFactory instead.
Since:
v8.0
  • Field Details

    • valueFactory

      protected final Function<T,U> valueFactory
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • AbstractRangeQueryFactory

      protected AbstractRangeQueryFactory(Function<T,U> valueFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.