Class CustomScalar


  • public class CustomScalar
    extends java.lang.Object
    This class represents a custom scalar, with all the information to allow proper execution of the generated code
    Author:
    etienne-sf
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomScalar​(graphql.schema.GraphQLScalarType graphQLScalarType, java.lang.Class<?> valueClazz)  
    • Constructor Detail

      • CustomScalar

        public CustomScalar​(graphql.schema.GraphQLScalarType graphQLScalarType,
                            java.lang.Class<?> valueClazz)
    • Method Detail

      • getGraphQLTypeName

        public java.lang.String getGraphQLTypeName()
      • getValueClazz

        public java.lang.Class<?> getValueClazz()
      • setValueClazz

        public void setValueClazz​(java.lang.Class<?> valueClazz)
      • getGraphQLScalarType

        public graphql.schema.GraphQLScalarType getGraphQLScalarType()
      • setGraphQLScalarType

        public void setGraphQLScalarType​(graphql.schema.GraphQLScalarType graphQLScalarType)