Class MethodReferenceNode
java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.MethodReferenceNode
- All Implemented Interfaces:
Iterable<ExpressionNode>
An
ExpressionNode
representing a method reference.- Author:
- Oliver Gierke, Thomas Darimont, Sebastien Gerard, Christoph Strobl, Mark Paluch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
-
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.spel.ExpressionNode
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isLogicalOperator, isMathematicalOperation, isOfType, iterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getMethodReference
Return theMethodReferenceNode.AggregationMethodReference
.- Returns:
- can be null.
- Since:
- 1.10
-