Uses of Enum Class
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 CodeTemplateReturns the enum constant of this class with the specified name.static CodeTemplate[]CodeTemplate.values()Returns an array containing the constants of this enum class, 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 StringGenerateCodeGenerator.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 StringGenerateGraphQLSchema.resolveTemplate(CodeTemplate template) Resolves the template for the given key