Interface CommonQueryStringPredicateMatchingStep<N extends CommonQueryStringPredicateOptionsStep<?>>

Type Parameters:
N - The type of the next step.
All Known Subinterfaces:
CommonQueryStringPredicateFieldMoreStep<S,N>, QueryStringPredicateFieldMoreStep<S,N>, QueryStringPredicateMatchingStep<N>, SimpleQueryStringPredicateFieldMoreStep<S,N>, SimpleQueryStringPredicateMatchingStep<N>

public interface CommonQueryStringPredicateMatchingStep<N extends CommonQueryStringPredicateOptionsStep<?>>
The step in a query string predicate definition, where the query string to match can be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    matching(String queryString)
    Require at least one of the targeted fields to match the given query string.
  • Method Details

    • matching

      N matching(String queryString)
      Require at least one of the targeted fields to match the given query string.
      Parameters:
      queryString - The query string to match.
      Returns:
      The next step.