Package graphql.util
Interface NodeAdapter<T>
- Type Parameters:
T
- the generic type of object
- All Known Implementing Classes:
AstNodeAdapter
,GraphQLSchemaElementAdapter
Adapts an arbitrary class to behave as a node.
We are using an Adapter because we don't want to require Nodes to implement a certain Interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetNamedChildren
(T node) removeChild
(T node, NodeLocation location)
-
Method Details
-
getNamedChildren
-
withNewChildren
-
removeChild
-