Class HexColorCodeScalar


  • public class HexColorCodeScalar
    extends java.lang.Object
    Access this via ExtendedScalars.HexColorCode See the Web colors for more details.

    Supports the following formats: #RGB, #RGBA, #RRGGBB, #RRGGBBAA. Need to be prefixed with '#'

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static graphql.schema.GraphQLScalarType INSTANCE  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        public static final graphql.schema.GraphQLScalarType INSTANCE
    • Constructor Detail

      • HexColorCodeScalar

        public HexColorCodeScalar()