Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.StrLenCP
Packages that use StringOperators.StrLenCP
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.StrLenCP in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.StrLenCPModifier and TypeMethodDescriptionStringOperators.StringOperatorFactory.lengthCP()Creates newAggregationExpressionthat returns the number of UTF-8 code points in the associated string representation.static StringOperators.StrLenCPStringOperators.StrLenCP.stringLengthOfCP(String fieldReference) Creates newStringOperators.StrLenCP.static StringOperators.StrLenCPStringOperators.StrLenCP.stringLengthOfCP(AggregationExpression expression) Creates newStringOperators.StrLenCP.