T - value type, one of the supported types String BooleanNumberMapListpublic abstract class CustomTypeValue<T>
extends java.lang.Object
CustomTypeAdapter
encoding / decoding functions.| Modifier and Type | Class and Description |
|---|---|
static class |
CustomTypeValue.GraphQLBoolean
Represents a
Boolean value |
static class |
CustomTypeValue.GraphQLJsonString
Represents a
JsonString value |
static class |
CustomTypeValue.GraphQLNumber
Represents a
Number value |
static class |
CustomTypeValue.GraphQLString
Represents a
String value |
| Modifier and Type | Method and Description |
|---|---|
static CustomTypeValue |
fromRawValue(java.lang.Object value) |
public final T value
public static CustomTypeValue fromRawValue(java.lang.Object value)