| Interface | Description |
|---|---|
| CustomTypeAdapter<T> |
Class represents the adapter for mapping GraphQL custom scalar types to Java objects.
|
| Class | Description |
|---|---|
| CustomTypeValue<T> |
A wrapper class for representation of custom GraphQL type value, used in user provided
CustomTypeAdapter
encoding / decoding functions. |
| CustomTypeValue.GraphQLBoolean |
Represents a
Boolean value |
| CustomTypeValue.GraphQLJsonList |
Represents a JSON list value
|
| CustomTypeValue.GraphQLJsonObject |
Represents a JSON object value
|
| CustomTypeValue.GraphQLNumber |
Represents a
Number value |
| CustomTypeValue.GraphQLString |
Represents a
String value |
| ScalarTypeAdapters |