Uses of Interface
com.graphql_java_generator.plugin.conf.CommonConfiguration
Packages that use 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
Fields in com.graphql_java_generator.plugin declared as CommonConfigurationModifier and TypeFieldDescriptionprotected CommonConfigurationDocumentParser.configurationThis 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
Subinterfaces of CommonConfiguration in com.graphql_java_generator.plugin.confModifier and TypeInterfaceDescriptioninterfaceThis class contains all parameters for the generateClientCode goal/task.interfaceThis class contains all parameters that are common to the generateClientCode, generateServerCode and graphql goals/tasks.interfaceThis interface contains the getters for all the plugin parameters for the generate-relay-schema goal (Maven) or task (Gradle) of the plugin.interfaceThis class contains all parameters for the generatePOJO goal/task.interfaceThis class contains all parameters for the generateServerCode goal/task.interfaceThis 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 SpringConfigurationthat defines theBeans. -
Uses of CommonConfiguration in com.graphql_java_generator.plugin.language.impl
Constructors in com.graphql_java_generator.plugin.language.impl with parameters of type CommonConfigurationModifierConstructorDescriptionAbstractType(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) protectedObjectType(String name, Type.GraphQlType type, CommonConfiguration configuration, DocumentParser documentParser) This constructor is especially intended for subclasses, likeInterfaceTypeScalarType(String name, String packageName, String classSimpleName, CommonConfiguration configuration, DocumentParser documentParser) UnionType(String name, CommonConfiguration configuration, DocumentParser documentParser)