| Interface | Description |
|---|---|
| CompilerMain.CompilerResolver |
When there is no matching compiler for the
ProtoModule.getOutput(). |
| PluginProtoCompiler.GroupResolver |
Resolve the stg from the module.
|
| ProtoCompiler |
Proto compiler.
|
| Class | Description |
|---|---|
| CachingProtoLoader |
A proto loader that caches the protos for re-use.
|
| CompilerMain |
The main execution point of compiling protos.
|
| CompilerUtil |
Utilities and helpers for compiling protos.
|
| PluginProtoCompiler |
A plugin proto compiler whose output relies on the 'output' param configured in
ProtoModule. |
| ProtoModule |
Configuration for the proto w/c ontains the compile options and arguments.
|
| ProtoToGwtOverlayCompiler |
Compiles proto files to gwt overlays source (java) files.
|
| ProtoToJavaBeanCompiler |
Compiles proto files to protobuf java messages (pojos).
|
| ProtoToJavaBeanMeCompiler |
Compiles proto files to protobuf java messages (pojos).
|
| ProtoToJavaBeanModelCompiler |
Compiles proto files to protobuf java messages (pojos).
|
| ProtoToJavaBeanPrimitiveCompiler | |
| ProtoToJavaV2ProtocSchemaCompiler |
Generates a
Schema from the code generated by the c++ v2 protoc. |
| ProtoToProtoCompiler |
Kind of preprocessor for proto files.
|
| STCodeGenerator |
Base class for code generators using StringTemplate.
|
Copyright © 2009-2015. All Rights Reserved.