Package io.protostuff.compiler
Interface ProtoCompiler
-
- All Known Implementing Classes:
PluginProtoCompiler,ProtoToGwtOverlayCompiler,ProtoToJavaBeanCompiler,ProtoToJavaBeanMeCompiler,ProtoToJavaBeanModelCompiler,ProtoToJavaBeanPrimitiveCompiler,ProtoToJavaV2ProtocSchemaCompiler,ProtoToProtoCompiler,STCodeGenerator
public interface ProtoCompilerProto compiler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompile(ProtoModule module)Compiles the proto configured/encapsulated in the module.java.lang.StringgetOutputId()The unique id that basically is the target output.
-
-
-
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
-
-