Interface ProtoCompiler

    • Method Detail

      • getOutputId

        java.lang.String getOutputId()
        The unique id that basically is the target output.
      • compile

        void compile​(ProtoModule module)
              throws java.io.IOException
        Compiles the proto configured/encapsulated in the module.
        Throws:
        java.io.IOException