Uses of Interface
com.graphql_java_generator.plugin.test.compiler.GeneratedSourceCompiler
Packages that use GeneratedSourceCompiler
Package
Description
This package contains utility classes to execute a Java compilation, and test the validity of the generated code
-
Uses of GeneratedSourceCompiler in com.graphql_java_generator.plugin.test.compiler
Classes in com.graphql_java_generator.plugin.test.compiler that implement GeneratedSourceCompilerModifier and TypeClassDescriptionclass
This class allows to compile a given source code.Methods in com.graphql_java_generator.plugin.test.compiler that return GeneratedSourceCompilerModifier and TypeMethodDescriptionstatic GeneratedSourceCompiler
GeneratedSourceCompilerFactory.getGeneratedSourceCompiler
(org.slf4j.Logger log, String className, File javaSrcFolder, File classTargetFolder, String classpath, String encoding) The method to get a new instance ofGeneratedSourceCompiler