Class MethodReferenceNode.AggregationMethodReference
java.lang.Object
org.springframework.data.mongodb.core.spel.MethodReferenceNode.AggregationMethodReference
- Enclosing class:
- MethodReferenceNode
- Since:
- 1.10
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The actual argument type to use when mapping parameters to MongoDB specific format. -
Method Summary
Modifier and TypeMethodDescriptionString[]
Get the property names in order order of appearance in resulting operation.Get theMethodReferenceNode.AggregationMethodReference.ArgumentType
used by the MongoDB.Get the MongoDB specific operator.
-
Method Details
-
getMongoOperator
Get the MongoDB specific operator.- Returns:
- can be null.
-
getArgumentType
Get theMethodReferenceNode.AggregationMethodReference.ArgumentType
used by the MongoDB.- Returns:
- never null.
-
getArgumentMap
Get the property names in order order of appearance in resulting operation.- Returns:
- never null.
-