Uses of Class
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher
Packages that use ExampleMatcher.GenericPropertyMatcher
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of ExampleMatcher.GenericPropertyMatcher in org.springframework.data.domain
Methods in org.springframework.data.domain that return ExampleMatcher.GenericPropertyMatcherModifier and TypeMethodDescriptionExampleMatcher.GenericPropertyMatcher.caseSensitive()
Sets ignores case to false.ExampleMatcher.GenericPropertyMatchers.caseSensitive()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string case-sensitive.ExampleMatcher.GenericPropertyMatcher.contains()
Sets string matcher toExampleMatcher.StringMatcher.CONTAINING
.ExampleMatcher.GenericPropertyMatchers.contains()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.CONTAINING
.ExampleMatcher.GenericPropertyMatcher.endsWith()
Sets string matcher toExampleMatcher.StringMatcher.ENDING
.ExampleMatcher.GenericPropertyMatchers.endsWith()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.ENDING
.ExampleMatcher.GenericPropertyMatcher.exact()
Sets string matcher toExampleMatcher.StringMatcher.EXACT
.ExampleMatcher.GenericPropertyMatchers.exact()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.EXACT
.ExampleMatcher.GenericPropertyMatcher.ignoreCase()
Sets ignores case to true.ExampleMatcher.GenericPropertyMatcher.ignoreCase
(boolean ignoreCase) Sets ignores case toignoreCase
.ExampleMatcher.GenericPropertyMatchers.ignoreCase()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string case insensitive.ExampleMatcher.GenericPropertyMatcher.of
(ExampleMatcher.StringMatcher stringMatcher) Creates a newExampleMatcher.GenericPropertyMatcher
with aExampleMatcher.StringMatcher
andignoreCase
.ExampleMatcher.GenericPropertyMatcher.of
(ExampleMatcher.StringMatcher stringMatcher, boolean ignoreCase) Creates a newExampleMatcher.GenericPropertyMatcher
with aExampleMatcher.StringMatcher
andignoreCase
.ExampleMatcher.GenericPropertyMatcher.regex()
Sets string matcher toExampleMatcher.StringMatcher.REGEX
.ExampleMatcher.GenericPropertyMatchers.regex()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.REGEX
.ExampleMatcher.GenericPropertyMatcher.startsWith()
Sets string matcher toExampleMatcher.StringMatcher.STARTING
.ExampleMatcher.GenericPropertyMatchers.startsWith()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.STARTING
.ExampleMatcher.GenericPropertyMatcher.storeDefaultMatching()
Sets string matcher toExampleMatcher.StringMatcher.DEFAULT
.ExampleMatcher.GenericPropertyMatchers.storeDefaultMatching()
Creates aExampleMatcher.GenericPropertyMatcher
that matches string usingExampleMatcher.StringMatcher.DEFAULT
.ExampleMatcher.GenericPropertyMatcher.stringMatcher
(ExampleMatcher.StringMatcher stringMatcher) Sets string matcher tostringMatcher
.ExampleMatcher.GenericPropertyMatcher.transform
(ExampleMatcher.PropertyValueTransformer propertyValueTransformer) Sets theExampleMatcher.PropertyValueTransformer
topropertyValueTransformer
.Methods in org.springframework.data.domain with parameters of type ExampleMatcher.GenericPropertyMatcherModifier and TypeMethodDescriptionExampleMatcher.withMatcher
(String propertyPath, ExampleMatcher.GenericPropertyMatcher genericPropertyMatcher) Returns a copy of thisExampleMatcher
with the specifiedGenericPropertyMatcher
for thepropertyPath
.Method parameters in org.springframework.data.domain with type arguments of type ExampleMatcher.GenericPropertyMatcherModifier and TypeMethodDescriptiondefault ExampleMatcher
ExampleMatcher.withMatcher
(String propertyPath, ExampleMatcher.MatcherConfigurer<ExampleMatcher.GenericPropertyMatcher> matcherConfigurer) Returns a copy of thisExampleMatcher
with the specifiedGenericPropertyMatcher
for thepropertyPath
.