Class GraphQLScalarTypeIDClient


  • public class GraphQLScalarTypeIDClient
    extends java.lang.Object
    ID are managed as String, on client side. This class takes care of ID attributes by doing ... nothing! As value as serialized and deserialized as String, to hide what it may mean.
    Author:
    etienne-sf
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static graphql.schema.GraphQLScalarType ID
      UUID are managed as String, on client side.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ID

        public static graphql.schema.GraphQLScalarType ID
        UUID are managed as String, on client side. This class takes care of UUID attributes by doing ... nothing! As value as serialized and deserialized as String, to hide what it may mean.
    • Constructor Detail

      • GraphQLScalarTypeIDClient

        public GraphQLScalarTypeIDClient()