Uses of Class
org.springframework.data.mongodb.core.query.UntypedExampleMatcher
Packages that use UntypedExampleMatcher
Package
Description
MongoDB specific query and update support.
-
Uses of UntypedExampleMatcher in org.springframework.data.mongodb.core.query
Methods in org.springframework.data.mongodb.core.query that return UntypedExampleMatcherModifier and TypeMethodDescriptionstatic UntypedExampleMatcherUntypedExampleMatcher.matching()static UntypedExampleMatcherUntypedExampleMatcher.matchingAll()static UntypedExampleMatcherUntypedExampleMatcher.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)