Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
Packages that use StringOperators.RTrim
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.RTrim in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.RTrimModifier and TypeMethodDescriptionOptional specify the character(s) to trim from the end.Optional specify the reference to thefieldholding the character values to trim from the end.StringOperators.RTrim.charsOf(AggregationExpression expression) Optional specify theAggregationExpressionevaluating to the character sequence to trim from the end.StringOperators.Trim.right()Remove whitespace or the specified characters from the end of a string.StringOperators.StringOperatorFactory.rtrim()Creates newAggregationExpressionthat takes the associated string representation and trims whitespaces from the end.Creates newAggregationExpressionthat takes the associated string representation and trims the given character sequence from the end.StringOperators.StringOperatorFactory.rtrim(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the end.static StringOperators.RTrimCreates newStringOperators.RTrimusing the value of the providedfieldReferenceas input value.static StringOperators.RTrimStringOperators.RTrim.valueOf(AggregationExpression expression) Creates newStringOperators.RTrimusing the result of the providedAggregationExpressionas input value.