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
Methods 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 TypeMethodDescriptionMongoRegexCreator.toRegularExpression(String source, MongoRegexCreator.MatchMode matcherType) Creates a regular expression String to be used with$regex.