Uses of Interface
org.springframework.data.domain.ExampleMatcher.PropertyValueTransformer
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Core support classes.
-
Uses of ExampleMatcher.PropertyValueTransformer in org.springframework.data.domain
Modifier and TypeMethodDescriptionExampleMatcher.PropertySpecifier.getPropertyValueTransformer()
Get the property transformer to be applied.Modifier and TypeMethodDescriptionExampleMatcher.GenericPropertyMatcher.transform
(ExampleMatcher.PropertyValueTransformer propertyValueTransformer) Sets theExampleMatcher.PropertyValueTransformer
topropertyValueTransformer
.ExampleMatcher.withTransformer
(String propertyPath, ExampleMatcher.PropertyValueTransformer propertyValueTransformer) Returns a copy of thisExampleMatcher
with the specifiedPropertyValueTransformer
for thepropertyPath
.ExampleMatcher.PropertySpecifier.withValueTransformer
(ExampleMatcher.PropertyValueTransformer valueTransformer) Creates a newExampleMatcher.PropertySpecifier
containing all values from the current instance and setsExampleMatcher.PropertyValueTransformer
in the returned instance. -
Uses of ExampleMatcher.PropertyValueTransformer in org.springframework.data.support
Modifier and TypeMethodDescriptionExampleMatcherAccessor.getValueTransformerForPath
(String path) Get the ignore case flag for a given path or returnExampleMatcher.NoOpPropertyValueTransformer
if none defined.