Package graphql.util
Class TraverserVisitorStub<T>
java.lang.Object
graphql.util.TraverserVisitorStub<T>
- All Implemented Interfaces:
TraverserVisitor<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenter
(TraverserContext<T> context) leave
(TraverserContext<T> context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.util.TraverserVisitor
backRef
-
Constructor Details
-
TraverserVisitorStub
public TraverserVisitorStub()
-
-
Method Details
-
enter
- Specified by:
enter
in interfaceTraverserVisitor<T>
- Parameters:
context
- the context in place- Returns:
- Any allowed control value
-
leave
- Specified by:
leave
in interfaceTraverserVisitor<T>
- Parameters:
context
- the context in place- Returns:
- Only Continue or Quit allowed
-