Class MethodReferenceNode

java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.MethodReferenceNode
All Implemented Interfaces:
Iterable<ExpressionNode>

public class MethodReferenceNode extends ExpressionNode
An ExpressionNode representing a method reference.
Author:
Oliver Gierke, Thomas Darimont, Sebastien Gerard, Christoph Strobl, Mark Paluch, Julia Lee