We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c64b4b commit aad8118Copy full SHA for aad8118
src/main/asciidoc/query-by-example.adoc
@@ -110,7 +110,7 @@ person.setFirstname("Dave"); <2>
110
ExampleMatcher matcher = ExampleMatcher.matching() <3>
111
.withIgnorePaths("lastname") <4>
112
.withIncludeNullValues() <5>
113
- .withStringMatcherEnding(); <6>
+ .withStringMatcher(StringMatcher.ENDING); <6>
114
115
Example<Person> example = Example.of(person, matcher); <7>
116
0 commit comments