Class CustomScalar
java.lang.Object
com.graphql_java_generator.customscalars.CustomScalar
This class represents a custom scalar, with all the information to allow proper execution of the generated code
- Author:
- etienne-sf
-
Constructor Summary
ConstructorDescriptionCustomScalar
(graphql.schema.GraphQLScalarType graphQLScalarType, Class<?> valueClazz) -
Method Summary
Modifier and TypeMethodDescriptiongraphql.schema.GraphQLScalarType
Class<?>
void
setGraphQLScalarType
(graphql.schema.GraphQLScalarType graphQLScalarType) void
setValueClazz
(Class<?> valueClazz)
-
Constructor Details
-
CustomScalar
-
-
Method Details
-
getGraphQLTypeName
-
getValueClazz
-
setValueClazz
-
getGraphQLScalarType
public graphql.schema.GraphQLScalarType getGraphQLScalarType() -
setGraphQLScalarType
public void setGraphQLScalarType(graphql.schema.GraphQLScalarType graphQLScalarType)
-