N - The type of the next step.public interface WildcardPredicateMatchingStep<N extends WildcardPredicateOptionsStep<?>>
| Modifier and Type | Method and Description |
|---|---|
N |
matching(String wildcardPattern)
Require at least one of the targeted fields to match the given wildcard pattern.
|
N matching(String wildcardPattern)
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.Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.