Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.ReplaceAll
Packages that use StringOperators.ReplaceAll
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.ReplaceAll in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.ReplaceAllModifier and TypeMethodDescriptionThe string to search for within the given input field.StringOperators.ReplaceAll.findValueOf(String fieldReference) Specify the reference to thefieldholding the string to search for within the given input field.StringOperators.ReplaceAll.findValueOf(AggregationExpression expression) Specify theAggregationExpressionevaluating to the string to search for within the given input field.StringOperators.StringOperatorFactory.replaceAll(String search, String replacement) Creates newAggregationExpressionthat takes the associated string representation and replaces all occurrences of the search string with the given replacement.StringOperators.StringOperatorFactory.replaceAll(AggregationExpression search, String replacement) Creates newAggregationExpressionthat takes the associated string representation and replaces all occurrences of the search string computed by the givenAggregationExpressionwith the given replacement.StringOperators.ReplaceAll.replacement(String replacement) The string to use to replace the first matched instance offindin input.StringOperators.ReplaceAll.replacementValueOf(String fieldReference) Specifies the reference to thefieldholding the string to use to replace the first matched instance offindin input.StringOperators.ReplaceAll.replacementValueOf(AggregationExpression expression) Specifies theAggregationExpressionevaluating to the string to use to replace the first matched instance offindin input.static StringOperators.ReplaceAllCreates newStringOperators.ReplaceAllusing the given as input.static StringOperators.ReplaceAllCreates newStringOperators.ReplaceAllusing the value of the providedfieldReferenceas input value.static StringOperators.ReplaceAllStringOperators.ReplaceAll.valueOf(AggregationExpression expression) Creates newStringOperators.ReplaceAllusing the result of the providedAggregationExpressionas input value.