Package org.springframework.data.domain
Class ExampleMatcher.GenericPropertyMatchers
java.lang.Object
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatchers
- Enclosing interface:
- ExampleMatcher
Predefined property matchers to create a 
ExampleMatcher.GenericPropertyMatcher.- Author:
- Mark Paluch
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates aExampleMatcher.GenericPropertyMatcherthat matches string case-sensitive.contains()Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.CONTAINING.endsWith()Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.ENDING.exact()Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.EXACT.Creates aExampleMatcher.GenericPropertyMatcherthat matches string case insensitive.regex()Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.REGEX.Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.STARTING.Creates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.DEFAULT.
- 
Constructor Details- 
GenericPropertyMatcherspublic GenericPropertyMatchers()
 
- 
- 
Method Details- 
ignoreCaseCreates aExampleMatcher.GenericPropertyMatcherthat matches string case insensitive.- Returns:
 
- 
caseSensitiveCreates aExampleMatcher.GenericPropertyMatcherthat matches string case-sensitive.- Returns:
 
- 
containsCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.CONTAINING.- Returns:
 
- 
endsWithCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.ENDING.- Returns:
 
- 
startsWithCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.STARTING.- Returns:
 
- 
exactCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.EXACT.- Returns:
 
- 
storeDefaultMatchingCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.DEFAULT.- Returns:
 
- 
regexCreates aExampleMatcher.GenericPropertyMatcherthat matches string usingExampleMatcher.StringMatcher.REGEX.- Returns:
 
 
-