Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.Trim
Packages that use StringOperators.Trim
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.Trim in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.TrimModifier and TypeMethodDescriptionOptional specify the character(s) to trim from the beginning.Optional specify the reference to thefieldholding the character values to trim from the beginning.StringOperators.Trim.charsOf(AggregationExpression expression) Optional specify theAggregationExpressionevaluating to the character sequence to trim from the beginning.StringOperators.StringOperatorFactory.trim()Creates newAggregationExpressionthat takes the associated string representation and trims whitespaces from the beginning and end.Creates newAggregationExpressionthat takes the associated string representation and trims the given character sequence from the beginning and end.StringOperators.StringOperatorFactory.trim(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the beginning and end.static StringOperators.TrimCreates newStringOperators.Trimusing the value of the providedfieldReferenceas input value.static StringOperators.TrimStringOperators.Trim.valueOf(AggregationExpression expression) Creates newStringOperators.Trimusing the result of the providedAggregationExpressionas input value.