Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.SubstrCP
Packages that use StringOperators.SubstrCP
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.SubstrCP in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.SubstrCPModifier and TypeMethodDescriptionStringOperators.StringOperatorFactory.substringCP(int codePointStart) Creates newAggregationExpressionthat takes the associated string representation and returns a substring starting at a specified code point index position.StringOperators.StringOperatorFactory.substringCP(int codePointStart, int nrOfCodePoints) Creates newAggregationExpressionthat takes the associated string representation and returns a substring starting at a specified code point index position including the specified number of code points.StringOperators.SubstrCP.substringCP(int start) StringOperators.SubstrCP.substringCP(int start, int nrOfChars) static StringOperators.SubstrCPCreates newStringOperators.SubstrCP.static StringOperators.SubstrCPStringOperators.SubstrCP.valueOf(AggregationExpression expression) Creates newStringOperators.SubstrCP.