Uses of Class
org.springframework.data.domain.ExampleMatcher.PropertySpecifier
Packages that use 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
Methods in org.springframework.data.domain that return ExampleMatcher.PropertySpecifierModifier 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.Methods in org.springframework.data.domain that return types with arguments of type ExampleMatcher.PropertySpecifierMethods in org.springframework.data.domain with parameters of type ExampleMatcher.PropertySpecifierModifier and TypeMethodDescriptionvoid
ExampleMatcher.PropertySpecifiers.add
(ExampleMatcher.PropertySpecifier specifier) -
Uses of ExampleMatcher.PropertySpecifier in org.springframework.data.support
Methods in org.springframework.data.support that return ExampleMatcher.PropertySpecifierModifier and TypeMethodDescriptionExampleMatcherAccessor.getPropertySpecifier
(String path) Get theExampleMatcher.PropertySpecifier
for given path.Methods in org.springframework.data.support that return types with arguments of type ExampleMatcher.PropertySpecifierModifier and TypeMethodDescriptionExampleMatcherAccessor.getPropertySpecifiers()
Returns theExampleMatcher.PropertySpecifier
s of the underlyingExampleMatcher
.