Uses of Class
com.graphql_java_generator.plugin.conf.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
Modifier and TypeMethodDescriptionGenerateCodeCommonConfiguration.getCustomScalars()
This parameter contains the list of custom scalars implementations. -
Uses of CustomScalarDefinition in com.graphql_java_generator.plugin.language
Modifier and TypeMethodDescriptionCustomScalar.getCustomScalarDefinition()
retrieves the definition for this custom scalar -
Uses of CustomScalarDefinition in com.graphql_java_generator.plugin.language.impl
ModifierConstructorDescriptionCustomScalarType
(String name, CustomScalarDefinition customScalarDefinition, CommonConfiguration configuration, DocumentParser documentParser)