Interface PrefixPredicateMatchingStep<N extends PrefixPredicateOptionsStep<?>>

Type Parameters:
N - The type of the next step.
All Known Subinterfaces:
PrefixPredicateFieldMoreStep<SR,S,N>

public interface PrefixPredicateMatchingStep<N extends PrefixPredicateOptionsStep<?>>
The step in a "prefix" predicate definition where the prefix string to match can be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    matching(String prefix)
    Require at least one of the targeted fields to start with the given prefix string.
  • Method Details

    • matching

      N matching(String prefix)
      Require at least one of the targeted fields to start with the given prefix string.
      Parameters:
      prefix - The prefix a matched field should start with.
      Returns:
      The next step.