Class JavaPrimitives


  • public final class JavaPrimitives
    extends java.lang.Object
    Access these via ExtendedScalars
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GraphQLLong

        public static final graphql.schema.GraphQLScalarType GraphQLLong
        This represents the "Long" type which is a representation of java.lang.Long
      • GraphQLShort

        public static final graphql.schema.GraphQLScalarType GraphQLShort
        This represents the "Short" type which is a representation of java.lang.Short
      • GraphQLByte

        public static final graphql.schema.GraphQLScalarType GraphQLByte
        This represents the "Byte" type which is a representation of java.lang.Byte
      • GraphQLBigInteger

        public static final graphql.schema.GraphQLScalarType GraphQLBigInteger
        This represents the "BigInteger" type which is a representation of java.math.BigInteger
      • GraphQLBigDecimal

        public static final graphql.schema.GraphQLScalarType GraphQLBigDecimal
        This represents the "BigDecimal" type which is a representation of java.math.BigDecimal
      • GraphQLChar

        public static final graphql.schema.GraphQLScalarType GraphQLChar
        This represents the "Char" type which is a representation of java.lang.Character