Uses of Enum Class
org.springframework.data.mongodb.core.query.MongoRegexCreator.MatchMode
Packages that use MongoRegexCreator.MatchMode
Package
Description
MongoDB specific query and update support.
-
Uses of MongoRegexCreator.MatchMode in org.springframework.data.mongodb.core.query
Subclasses with type arguments of type MongoRegexCreator.MatchMode in org.springframework.data.mongodb.core.queryMethods in org.springframework.data.mongodb.core.query that return MongoRegexCreator.MatchModeModifier and TypeMethodDescriptionstatic MongoRegexCreator.MatchModeReturns the enum constant of this class with the specified name.static MongoRegexCreator.MatchMode[]MongoRegexCreator.MatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.query with parameters of type MongoRegexCreator.MatchModeModifier and TypeMethodDescription@Nullable StringMongoRegexCreator.toRegularExpression(@Nullable String source, @Nullable MongoRegexCreator.MatchMode matcherType) Creates a regular expression String to be used with$regex.