@PublicApi public class GraphqlElementParentTree extends java.lang.Object
Constructor and Description |
---|
GraphqlElementParentTree(java.util.Deque<GraphQLSchemaElement> nodeStack) |
Modifier and Type | Method and Description |
---|---|
GraphQLSchemaElement |
getElement()
Returns the element represented by this info
|
java.util.Optional<GraphqlElementParentTree> |
getParentInfo() |
java.util.List<GraphQLSchemaElement> |
toList() |
java.lang.String |
toString() |
public GraphqlElementParentTree(java.util.Deque<GraphQLSchemaElement> nodeStack)
public GraphQLSchemaElement getElement()
public java.util.Optional<GraphqlElementParentTree> getParentInfo()
public java.util.List<GraphQLSchemaElement> toList()
public java.lang.String toString()
toString
in class java.lang.Object