Interface WildcardPredicateMatchingStep<N extends WildcardPredicateOptionsStep<?>>

    • Method Detail

      • matching

        N matching​(String wildcardPattern)
        Require at least one of the targeted fields to match the given wildcard pattern.
        Parameters:
        wildcardPattern - The pattern to match. Supported wildcards are *, which matches any character sequence (including the empty one), and ?, which matches any single character. \ is the escape character.
        Returns:
        The next step.