Class StringOperators.RTrim

java.lang.Object
org.springframework.data.mongodb.core.aggregation.StringOperators.RTrim
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
StringOperators

public static class StringOperators.RTrim extends Object
AggregationExpression for $rtrim which removes whitespace or the specified characters from the end of a string.
NOTE: Requires MongoDB 4.0 or later.
Since:
2.1
Author:
Christoph Strobl