Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.Split
Packages that use StringOperators.Split
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.Split in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.SplitModifier and TypeMethodDescriptionUse givenStringas delimiter.StringOperators.Split.split(AggregationExpression expression) Use value resulting fromAggregationExpressionas delimiter.Use value of referenced field as delimiter.Creates newAggregationExpressionthat divides the associated string representation into an array of substrings based on the given delimiter.StringOperators.StringOperatorFactory.split(AggregationExpression expression) Creates newAggregationExpressionthat divides the associated string representation into an array of substrings based on a delimiter resulting from the givenAggregationExpression.Creates newAggregationExpressionthat divides the associated string representation into an array of substrings based on the delimiter resulting from the referenced field..static StringOperators.SplitStart creating a newStringOperators.Split.static StringOperators.SplitStringOperators.Split.valueOf(AggregationExpression expression) Start creating a newStringOperators.Split.