Uses of Class
io.protostuff.compiler.STCodeGenerator
-
Packages that use STCodeGenerator Package Description io.protostuff.compiler -
-
Uses of STCodeGenerator in io.protostuff.compiler
Subclasses of STCodeGenerator in io.protostuff.compiler Modifier and Type Class Description class
PluginProtoCompiler
A plugin proto compiler whose output relies on the 'output' param configured inProtoModule
.class
ProtoToGwtOverlayCompiler
Compiles proto files to gwt overlays source (java) files.class
ProtoToJavaBeanCompiler
Compiles proto files to protobuf java messages (pojos).class
ProtoToJavaBeanMeCompiler
Compiles proto files to protobuf java messages (pojos).class
ProtoToJavaBeanModelCompiler
Compiles proto files to protobuf java messages (pojos).class
ProtoToJavaBeanPrimitiveCompiler
class
ProtoToJavaV2ProtocSchemaCompiler
Generates aSchema
from the code generated by the c++ v2 protoc.class
ProtoToProtoCompiler
Kind of preprocessor for proto files.
-