Uses of Enum Class
org.springframework.data.mongodb.core.aggregation.SystemVariable
Packages that use SystemVariable
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SystemVariable in org.springframework.data.mongodb.core.aggregation
Subclasses with type arguments of type SystemVariable in org.springframework.data.mongodb.core.aggregationModifier and TypeClassDescriptionenumDescribes the system variables available in MongoDB aggregation framework pipeline expressions.Methods in org.springframework.data.mongodb.core.aggregation that return SystemVariableModifier and TypeMethodDescriptionstatic SystemVariableReturns the enum constant of this class with the specified name.static SystemVariable[]SystemVariable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type SystemVariableModifier and TypeMethodDescriptionObjectOperators.valueOf(SystemVariable variable) Use the value from the givenSystemVariableas input for the targetexpression.