Uses of Enum Class
org.springframework.data.domain.ExampleMatcher.StringMatcher
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Core support classes.
-
Uses of ExampleMatcher.StringMatcher in org.springframework.data.domain
Modifier and TypeMethodDescriptionExampleMatcher.getDefaultStringMatcher()
Get definedExampleMatcher.StringMatcher
.ExampleMatcher.PropertySpecifier.getStringMatcher()
Get theExampleMatcher.StringMatcher
.static ExampleMatcher.StringMatcher
Returns the enum constant of this class with the specified name.static ExampleMatcher.StringMatcher[]
ExampleMatcher.StringMatcher.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionExampleMatcher.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.stringMatcher
(ExampleMatcher.StringMatcher stringMatcher) Sets string matcher tostringMatcher
.ExampleMatcher.PropertySpecifier.withStringMatcher
(ExampleMatcher.StringMatcher stringMatcher) Creates a newExampleMatcher.PropertySpecifier
containing all values from the current instance and setsExampleMatcher.StringMatcher
in the returned instance.ExampleMatcher.withStringMatcher
(ExampleMatcher.StringMatcher defaultStringMatcher) Returns a copy of thisExampleMatcher
with the specified string matching ofdefaultStringMatcher
. -
Uses of ExampleMatcher.StringMatcher in org.springframework.data.support
Modifier and TypeMethodDescriptionExampleMatcherAccessor.getDefaultStringMatcher()
Get definedExampleMatcher.StringMatcher
.ExampleMatcherAccessor.getStringMatcherForPath
(String path) Get theExampleMatcher.StringMatcher
for a given path or return the default one if none defined.