Uses of Class
dev.morphia.aggregation.expressions.impls.IndexExpression
-
Packages that use IndexExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of IndexExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return IndexExpression Modifier and Type Method Description static IndexExpressionStringExpressions. indexOfBytes(Expression string, Expression substring)Searches a string for an occurence of a substring and returns the UTF-8 byte index of the first occurence.static IndexExpressionStringExpressions. indexOfCP(Expression string, Expression substring)Searches a string for an occurence of a substring and returns the UTF-8 code point index of the first occurence. -
Uses of IndexExpression in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return IndexExpression Modifier and Type Method Description IndexExpressionIndexExpression. end(int end)Sets the end boundary for searchingIndexExpressionIndexExpression. start(int start)Sets the start boundary for searching
-