public class GraphqlErrorHelper
extends java.lang.Object
Constructor and Description |
---|
GraphqlErrorHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(GraphQLError dis,
java.lang.Object o) |
static int |
hashCode(GraphQLError dis) |
static java.lang.Object |
location(SourceLocation location) |
static java.lang.Object |
locations(java.util.List<SourceLocation> locations) |
static java.util.Map<java.lang.String,java.lang.Object> |
toSpecification(GraphQLError error) |
public static java.util.Map<java.lang.String,java.lang.Object> toSpecification(GraphQLError error)
public static java.lang.Object locations(java.util.List<SourceLocation> locations)
public static java.lang.Object location(SourceLocation location)
public static int hashCode(GraphQLError dis)
public static boolean equals(GraphQLError dis, java.lang.Object o)