Uses of Class
com.shopify.graphql.support.SchemaViolationError
-
Packages that use SchemaViolationError Package Description com.shopify.graphql.support org.topbraidlive.client.java.graphql.platform -
-
Uses of SchemaViolationError in com.shopify.graphql.support
Methods in com.shopify.graphql.support that throw SchemaViolationError Modifier and Type Method Description com.google.gson.JsonArray
AbstractResponse. getAsArray(String field)
Tries to deserialise and return the given JSON field as an Array.default com.google.gson.JsonArray
CustomFieldInterface. getAsArray(String field)
Tries to deserialise and return the given JSON field as an Array.Boolean
AbstractResponse. getAsBoolean(String field)
Tries to deserialise and return the given JSON field as a Boolean.default Boolean
CustomFieldInterface. getAsBoolean(String field)
Tries to deserialise and return the given JSON field as a Boolean.Double
AbstractResponse. getAsDouble(String field)
Tries to deserialise and return the given JSON field as a Double.default Double
CustomFieldInterface. getAsDouble(String field)
Tries to deserialise and return the given JSON field as a Double.Integer
AbstractResponse. getAsInteger(String field)
Tries to deserialise and return the given JSON field as an Integer.default Integer
CustomFieldInterface. getAsInteger(String field)
Tries to deserialise and return the given JSON field as an Integer.String
AbstractResponse. getAsString(String field)
Tries to deserialise and return the given JSON field as a String.default String
CustomFieldInterface. getAsString(String field)
Tries to deserialise and return the given JSON field as a String.protected com.google.gson.JsonArray
AbstractResponse. jsonAsArray(com.google.gson.JsonElement element, String field)
protected Boolean
AbstractResponse. jsonAsBoolean(com.google.gson.JsonElement element, String field)
protected Double
AbstractResponse. jsonAsDouble(com.google.gson.JsonElement element, String field)
protected Integer
AbstractResponse. jsonAsInteger(com.google.gson.JsonElement element, String field)
protected com.google.gson.JsonObject
AbstractResponse. jsonAsObject(com.google.gson.JsonElement element, String field)
protected String
AbstractResponse. jsonAsString(com.google.gson.JsonElement element, String field)
protected void
AbstractResponse. readCustomField(String fieldName, com.google.gson.JsonElement element)
Tries to read a custom field from the GraphQL JSON response. -
Uses of SchemaViolationError in org.topbraidlive.client.java.graphql.platform
Methods in org.topbraidlive.client.java.graphql.platform that throw SchemaViolationError Modifier and Type Method Description static QueryResponse
QueryResponse. fromJson(String json)
Constructors in org.topbraidlive.client.java.graphql.platform that throw SchemaViolationError Constructor Description __Directive(com.google.gson.JsonObject fields)
__EnumValue(com.google.gson.JsonObject fields)
__Field(com.google.gson.JsonObject fields)
__InputValue(com.google.gson.JsonObject fields)
__Schema(com.google.gson.JsonObject fields)
__Type(com.google.gson.JsonObject fields)
_EnumValue(com.google.gson.JsonObject fields)
_FieldGroup(com.google.gson.JsonObject fields)
_FieldShape(com.google.gson.JsonObject fields)
_GraphReport(com.google.gson.JsonObject fields)
_Path(com.google.gson.JsonObject fields)
_RDFNode(com.google.gson.JsonObject fields)
_Resource(com.google.gson.JsonObject fields)
_TestResult(com.google.gson.JsonObject fields)
_TypeShape(com.google.gson.JsonObject fields)
_ValidationReport(com.google.gson.JsonObject fields)
_ValidationResult(com.google.gson.JsonObject fields)
_ValidationResultSuggestion(com.google.gson.JsonObject fields)
ConstraintReificationShape(com.google.gson.JsonObject fields)
Graph(com.google.gson.JsonObject fields)
GraphType(com.google.gson.JsonObject fields)
Literal(com.google.gson.JsonObject fields)
MasterGraph(com.google.gson.JsonObject fields)
QueryResponse(TopLevelResponse response)
RootRDFQuery(com.google.gson.JsonObject fields)
User(com.google.gson.JsonObject fields)
WorkflowGraph(com.google.gson.JsonObject fields)
-