Class CustomScalar

java.lang.Object
com.graphql_java_generator.customscalars.CustomScalar

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

    • CustomScalar

      public CustomScalar(graphql.schema.GraphQLScalarType graphQLScalarType, Class<?> valueClazz)
  • Method Details

    • getGraphQLTypeName

      public String getGraphQLTypeName()
    • getValueClazz

      public Class<?> getValueClazz()
    • setValueClazz

      public void setValueClazz(Class<?> valueClazz)
    • getGraphQLScalarType

      public graphql.schema.GraphQLScalarType getGraphQLScalarType()
    • setGraphQLScalarType

      public void setGraphQLScalarType(graphql.schema.GraphQLScalarType graphQLScalarType)