Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.Substr
Packages that use StringOperators.Substr
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.Substr in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.SubstrModifier and TypeMethodDescriptionStringOperators.StringOperatorFactory.substring(int start) Creates newAggregationExpressionthat takes the associated string representation and returns a substring starting at a specified index position.StringOperators.StringOperatorFactory.substring(int start, int nrOfChars) Creates newAggregationExpressionthat takes the associated string representation and returns a substring starting at a specified index position including the specified number of characters.StringOperators.Substr.substring(int start) StringOperators.Substr.substring(int start, int nrOfChars) static StringOperators.SubstrCreates newStringOperators.Substr.static StringOperators.SubstrStringOperators.Substr.valueOf(AggregationExpression expression) Creates newStringOperators.Substr.