Class JavaCodeGenerator

  • All Implemented Interfaces:
    io.quarkus.deployment.CodeGenProvider

    
    public class JavaCodeGenerator
    extends JVMCodeGenerator
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class xyz.block.ftl.deployment.JVMCodeGenerator

        inputDirectory, providerId, shouldRun, trigger
      • Methods inherited from class io.quarkus.deployment.CodeGenProvider

        getInputDirectory, init, inputExtension, inputExtensions, resolve
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaCodeGenerator

        JavaCodeGenerator()
    • Method Detail