Uses of Enum
com.graphql_java_generator.plugin.CodeTemplate
Packages that use CodeTemplate
Package
Description
-
Uses of CodeTemplate in com.graphql_java_generator.plugin
Methods in com.graphql_java_generator.plugin that return CodeTemplateModifier and TypeMethodDescriptionstatic CodeTemplate
Returns the enum constant of this type with the specified name.static CodeTemplate[]
CodeTemplate.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CodeTemplate in com.graphql_java_generator.plugin.generate_code
Methods in com.graphql_java_generator.plugin.generate_code with parameters of type CodeTemplateModifier and TypeMethodDescriptionprotected String
GenerateCodeGenerator.resolveTemplate
(CodeTemplate templateCode) Resolves the template for the given code -
Uses of CodeTemplate in com.graphql_java_generator.plugin.generate_schema
Methods in com.graphql_java_generator.plugin.generate_schema with parameters of type CodeTemplateModifier and TypeMethodDescriptionprotected String
GenerateGraphQLSchema.resolveTemplate
(CodeTemplate template) Resolves the template for the given key