Uses of Interface
org.springframework.data.domain.ExampleMatcher.MatcherConfigurer
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of ExampleMatcher.MatcherConfigurer in org.springframework.data.domain
Modifier and TypeMethodDescriptiondefault ExampleMatcher
ExampleMatcher.withMatcher
(String propertyPath, ExampleMatcher.MatcherConfigurer<ExampleMatcher.GenericPropertyMatcher> matcherConfigurer) Returns a copy of thisExampleMatcher
with the specifiedGenericPropertyMatcher
for thepropertyPath
.