Interface ProtoCompiler

All Known Implementing Classes:
PluginProtoCompiler, ProtoToGwtOverlayCompiler, ProtoToJavaBeanCompiler, ProtoToJavaBeanMeCompiler, ProtoToJavaBeanModelCompiler, ProtoToJavaBeanPrimitiveCompiler, ProtoToJavaV2ProtocSchemaCompiler, ProtoToProtoCompiler, STCodeGenerator

public interface ProtoCompiler
Proto compiler.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Compiles the proto configured/encapsulated in the module.
    The unique id that basically is the target output.
  • Method Details

    • getOutputId

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

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