public abstract class GraphQLResponseProjection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<Pair<java.lang.String,java.lang.String>,GraphQLResponseField> |
fields
Contains all response projection fields, where:
key - is the name+alias pair (where alias is nullable)
value - is GraphQLResponseField which represents the response projection field
|
| Modifier | Constructor and Description |
|---|---|
protected |
GraphQLResponseProjection() |
protected |
GraphQLResponseProjection(GraphQLResponseProjection projection) |
protected |
GraphQLResponseProjection(java.util.List<? extends GraphQLResponseProjection> projections) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add$(GraphQLResponseField responseField) |
abstract GraphQLResponseProjection |
deepCopy$() |
java.lang.String |
toString() |
protected final java.util.Map<Pair<java.lang.String,java.lang.String>,GraphQLResponseField> fields
protected GraphQLResponseProjection()
protected GraphQLResponseProjection(GraphQLResponseProjection projection)
protected GraphQLResponseProjection(java.util.List<? extends GraphQLResponseProjection> projections)
public abstract GraphQLResponseProjection deepCopy$()
protected void add$(GraphQLResponseField responseField)
public java.lang.String toString()
toString in class java.lang.Object