Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.LTrim
Packages that use StringOperators.LTrim
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.LTrim in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.LTrimModifier 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.LTrim.charsOf(AggregationExpression expression) Optional specify theAggregationExpressionevaluating to the character sequence to trim from the beginning.StringOperators.Trim.left()Remove whitespace or the specified characters from the beginning of a string.StringOperators.StringOperatorFactory.ltrim()Creates newAggregationExpressionthat takes the associated string representation and trims whitespaces from the beginning.Creates newAggregationExpressionthat takes the associated string representation and trims the given character sequence from the beginning.StringOperators.StringOperatorFactory.ltrim(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and trims the character sequence resulting from the givenAggregationExpressionfrom the beginning.static StringOperators.LTrimCreates newStringOperators.LTrimusing the value of the providedfieldReferenceas input value.static StringOperators.LTrimStringOperators.LTrim.valueOf(AggregationExpression expression) Creates newStringOperators.LTrimusing the result of the providedAggregationExpressionas input value.