Uses of Class
dev.morphia.aggregation.expressions.impls.ConvertType
-
Packages that use ConvertType Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of ConvertType in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions with parameters of type ConvertType Modifier and Type Method Description static ExpressionTypeExpressions. convert(Expression input, ConvertType to)Converts a value to a specified type. -
Uses of ConvertType in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return ConvertType Modifier and Type Method Description static ConvertTypeConvertType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConvertType[]ConvertType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.morphia.aggregation.expressions.impls with parameters of type ConvertType Constructor Description ConvertExpression(Expression input, ConvertType to)
-