Uses of Class
org.springframework.data.mongodb.core.query.UntypedExampleMatcher
Package
Description
MongoDB specific query and update support.
-
Uses of UntypedExampleMatcher in org.springframework.data.mongodb.core.query
Modifier and TypeMethodDescriptionstatic UntypedExampleMatcher
UntypedExampleMatcher.matching()
static UntypedExampleMatcher
UntypedExampleMatcher.matchingAll()
static UntypedExampleMatcher
UntypedExampleMatcher.matchingAny()
UntypedExampleMatcher.withIgnoreCase()
UntypedExampleMatcher.withIgnoreCase
(boolean defaultIgnoreCase) UntypedExampleMatcher.withIgnoreCase
(String... propertyPaths) UntypedExampleMatcher.withIgnoreNullValues()
UntypedExampleMatcher.withIgnorePaths
(String... ignoredPaths) UntypedExampleMatcher.withIncludeNullValues()
UntypedExampleMatcher.withMatcher
(String propertyPath, ExampleMatcher.GenericPropertyMatcher genericPropertyMatcher) UntypedExampleMatcher.withMatcher
(String propertyPath, ExampleMatcher.MatcherConfigurer<ExampleMatcher.GenericPropertyMatcher> matcherConfigurer) UntypedExampleMatcher.withNullHandler
(ExampleMatcher.NullHandler nullHandler) UntypedExampleMatcher.withStringMatcher
(ExampleMatcher.StringMatcher defaultStringMatcher) UntypedExampleMatcher.withTransformer
(String propertyPath, ExampleMatcher.PropertyValueTransformer propertyValueTransformer)