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.JsonArrayAbstractResponse. getAsArray(String field)Tries to deserialise and return the given JSON field as an Array.default com.google.gson.JsonArrayCustomFieldInterface. getAsArray(String field)Tries to deserialise and return the given JSON field as an Array.BooleanAbstractResponse. getAsBoolean(String field)Tries to deserialise and return the given JSON field as a Boolean.default BooleanCustomFieldInterface. getAsBoolean(String field)Tries to deserialise and return the given JSON field as a Boolean.DoubleAbstractResponse. getAsDouble(String field)Tries to deserialise and return the given JSON field as a Double.default DoubleCustomFieldInterface. getAsDouble(String field)Tries to deserialise and return the given JSON field as a Double.IntegerAbstractResponse. getAsInteger(String field)Tries to deserialise and return the given JSON field as an Integer.default IntegerCustomFieldInterface. getAsInteger(String field)Tries to deserialise and return the given JSON field as an Integer.StringAbstractResponse. getAsString(String field)Tries to deserialise and return the given JSON field as a String.default StringCustomFieldInterface. getAsString(String field)Tries to deserialise and return the given JSON field as a String.protected com.google.gson.JsonArrayAbstractResponse. jsonAsArray(com.google.gson.JsonElement element, String field)protected BooleanAbstractResponse. jsonAsBoolean(com.google.gson.JsonElement element, String field)protected DoubleAbstractResponse. jsonAsDouble(com.google.gson.JsonElement element, String field)protected IntegerAbstractResponse. jsonAsInteger(com.google.gson.JsonElement element, String field)protected com.google.gson.JsonObjectAbstractResponse. jsonAsObject(com.google.gson.JsonElement element, String field)protected StringAbstractResponse. jsonAsString(com.google.gson.JsonElement element, String field)protected voidAbstractResponse. 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 QueryResponseQueryResponse. 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)
-