Interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>
- Type Parameters:
N- The type of the next step.
- All Known Subinterfaces:
SimpleQueryStringPredicateFieldMoreStep<S,N>
public interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>
The step in an "simple query string" predicate definition where the query string to match can be set.
-
Method Summary
-
Method Details
-
matching
Require at least one of the targeted fields to match the given query string.- Parameters:
simpleQueryString- The query string to match.- Returns:
- The next step.
-