Uses of Class
com.graphql_java_generator.plugin.conf.CustomScalarDefinition
Packages that use CustomScalarDefinition
Package
Description
This package contains all the interfaces that defines the input parameters for the various goal/task of the
maven/gradle plugin
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of CustomScalarDefinition in com.graphql_java_generator.plugin.conf
Methods in com.graphql_java_generator.plugin.conf that return types with arguments of type CustomScalarDefinitionModifier and TypeMethodDescriptionGenerateCodeCommonConfiguration.getCustomScalars()
This parameter contains the list of custom scalars implementations. -
Uses of CustomScalarDefinition in com.graphql_java_generator.plugin.language
Methods in com.graphql_java_generator.plugin.language that return CustomScalarDefinitionModifier and TypeMethodDescriptionCustomScalar.getCustomScalarDefinition()
retrieves the definition for this custom scalar -
Uses of CustomScalarDefinition in com.graphql_java_generator.plugin.language.impl
Constructors in com.graphql_java_generator.plugin.language.impl with parameters of type CustomScalarDefinitionModifierConstructorDescriptionCustomScalarType
(String name, CustomScalarDefinition customScalarDefinition, CommonConfiguration configuration, DocumentParser documentParser)