Uses of Interface
com.graphql_java_generator.plugin.conf.CommonConfiguration
Package
Description
This package contains all the interfaces that defines the input parameters for the various goal/task of the
maven/gradle plugin
-
Uses of CommonConfiguration in com.graphql_java_generator.plugin
Modifier and TypeFieldDescriptionprotected CommonConfiguration
DocumentParser.configuration
This instance is responsible for providing all the configuration parameters from the project configuration (Maven, Gradle...) -
Uses of CommonConfiguration in com.graphql_java_generator.plugin.conf
Modifier and TypeInterfaceDescriptioninterface
This class contains all parameters for the generateClientCode goal/task.interface
This class contains all parameters that are common to the generateClientCode, generateServerCode and graphql goals/tasks.interface
This interface contains the getters for all the plugin parameters for the generate-relay-schema goal (Maven) or task (Gradle) of the plugin.interface
This class contains all parameters for the generatePOJO goal/task.interface
This class contains all parameters for the generateServerCode goal/task.interface
This interface contains all the configuration parameters for the graphql goal (Maven) or task (Gradle) of the plugin, as an interface.
All these methods are directly the property names, to map against a SpringConfiguration
that defines theBean
s. -
Uses of CommonConfiguration in com.graphql_java_generator.plugin.language.impl
ModifierConstructorDescriptionAbstractType
(String name, Type.GraphQlType graphQlType, CommonConfiguration configuration, DocumentParser documentParser) CustomScalarType
(String name, CustomScalarDefinition customScalarDefinition, CommonConfiguration configuration, DocumentParser documentParser) EnumType
(String name, CommonConfiguration configuration, DocumentParser documentParser) InterfaceType
(String name, CommonConfiguration configuration, DocumentParser documentParser) ObjectType
(String name, CommonConfiguration configuration, DocumentParser documentParser) protected
ObjectType
(String name, Type.GraphQlType type, CommonConfiguration configuration, DocumentParser documentParser) This constructor is especially intended for subclasses, likeInterfaceType
ScalarType
(String name, String packageName, String classSimpleName, CommonConfiguration configuration, DocumentParser documentParser) UnionType
(String name, CommonConfiguration configuration, DocumentParser documentParser)