public final class JavaPrimitives
extends java.lang.Object
ExtendedScalars
Modifier and Type | Field and Description |
---|---|
static graphql.schema.GraphQLScalarType |
GraphQLBigDecimal
This represents the "BigDecimal" type which is a representation of java.math.BigDecimal
|
static graphql.schema.GraphQLScalarType |
GraphQLBigInteger
This represents the "BigInteger" type which is a representation of java.math.BigInteger
|
static graphql.schema.GraphQLScalarType |
GraphQLByte
This represents the "Byte" type which is a representation of java.lang.Byte
|
static graphql.schema.GraphQLScalarType |
GraphQLChar
This represents the "Char" type which is a representation of java.lang.Character
|
static graphql.schema.GraphQLScalarType |
GraphQLLong
This represents the "Long" type which is a representation of java.lang.Long
|
static graphql.schema.GraphQLScalarType |
GraphQLShort
This represents the "Short" type which is a representation of java.lang.Short
|
public static final graphql.schema.GraphQLScalarType GraphQLLong
public static final graphql.schema.GraphQLScalarType GraphQLShort
public static final graphql.schema.GraphQLScalarType GraphQLByte
public static final graphql.schema.GraphQLScalarType GraphQLBigInteger
public static final graphql.schema.GraphQLScalarType GraphQLBigDecimal
public static final graphql.schema.GraphQLScalarType GraphQLChar