Class StringOperators.ReplaceOne

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

public static class StringOperators.ReplaceOne extends Object
AggregationExpression for $replaceOne which replaces the first instance of a search string in an input string with a replacement string.
NOTE: Requires MongoDB 4.4 or later.
Since:
3.4
Author:
Divya Srivastava, Christoph Strobl