Uses of Interface
com.graphql_java_generator.plugin.test.compiler.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
Modifier and TypeClassDescriptionclass
This class allows to compile a given source code.Modifier 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