Serialized Form
-
Package com.graphql_java_generator.client.response
-
Class com.graphql_java_generator.client.response.AbstractCustomScalarDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
graphQLScalarType
graphql.schema.GraphQLScalarType graphQLScalarType
TheGraphQLScalarType
instance that manages this Custom Scalar. It's used to deserialize the value read on the Jackson response from the server
-
-
-
Package com.graphql_java_generator.exception
-
Class com.graphql_java_generator.exception.GraphQLInternalErrorException extends GraphQLRequestPreparationException implements Serializable
- serialVersionUID:
- 1L
-
Class com.graphql_java_generator.exception.GraphQLRequestExecutionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.graphql_java_generator.exception.GraphQLRequestPreparationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.graphql_java_generator.exception.GraphQLResponseParseException extends GraphQLRequestExecutionException implements Serializable
- serialVersionUID:
- 1L
-