Uses of Class
org.springframework.data.domain.ExampleMatcher.PropertySpecifier
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Core support classes.
-
Uses of ExampleMatcher.PropertySpecifier in org.springframework.data.domain
Modifier and TypeMethodDescriptionExampleMatcher.PropertySpecifiers.getForPath
(String path) ExampleMatcher.PropertySpecifier.withIgnoreCase
(boolean ignoreCase) Creates a newExampleMatcher.PropertySpecifier
containing all values from the current instance and setsignoreCase
.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.PropertySpecifier.withValueTransformer
(ExampleMatcher.PropertyValueTransformer valueTransformer) Creates a newExampleMatcher.PropertySpecifier
containing all values from the current instance and setsExampleMatcher.PropertyValueTransformer
in the returned instance.Modifier and TypeMethodDescriptionvoid
ExampleMatcher.PropertySpecifiers.add
(ExampleMatcher.PropertySpecifier specifier) -
Uses of ExampleMatcher.PropertySpecifier in org.springframework.data.support
Modifier and TypeMethodDescriptionExampleMatcherAccessor.getPropertySpecifier
(String path) Get theExampleMatcher.PropertySpecifier
for given path.Modifier and TypeMethodDescriptionExampleMatcherAccessor.getPropertySpecifiers()
Returns theExampleMatcher.PropertySpecifier
s of the underlyingExampleMatcher
.