Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.ToLower
Packages that use StringOperators.ToLower
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.ToLower in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.ToLowerModifier and TypeMethodDescriptionstatic StringOperators.ToLowerCreates newStringOperators.ToLower.static StringOperators.ToLowerStringOperators.ToLower.lowerValueOf(String fieldReference) Creates newStringOperators.ToLower.static StringOperators.ToLowerStringOperators.ToLower.lowerValueOf(AggregationExpression expression) Creates newStringOperators.ToLower.StringOperators.StringOperatorFactory.toLower()Creates newAggregationExpressionthat takes the associated string representation and lowers it.