Uses of Class
dev.morphia.aggregation.expressions.impls.ValueExpression
-
Packages that use ValueExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.stages -
-
Uses of ValueExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return ValueExpression Modifier and Type Method Description static ValueExpressionExpressions. value(Object value)Returns a value without parsing. -
Uses of ValueExpression in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return ValueExpression Modifier and Type Method Description ValueExpressionAutoBucket. getBuckets()ValueExpressionAutoBucket. getGranularity()Methods in dev.morphia.aggregation.stages with parameters of type ValueExpression Modifier and Type Method Description FillFill. field(String name, ValueExpression value)Specifies an object indicating how to fill missing values in the target field.
-