Class NodeVisitorStub

java.lang.Object
graphql.language.NodeVisitorStub
All Implemented Interfaces:
NodeVisitor
Direct Known Subclasses:
NodeVisitorWithTypeTracking

@PublicApi public class NodeVisitorStub extends Object implements NodeVisitor
Convenient implementation of NodeVisitor for easy subclassing methods handling different types of Nodes in one method.