Uses of Interface
io.protostuff.compiler.ProtoCompiler
-
Packages that use ProtoCompiler Package Description io.protostuff.compiler -
-
Uses of ProtoCompiler in io.protostuff.compiler
Classes in io.protostuff.compiler that implement ProtoCompiler 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.class
STCodeGenerator
Base class for code generators using StringTemplate.Fields in io.protostuff.compiler with type parameters of type ProtoCompiler Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.String,ProtoCompiler>
CompilerMain. __compilers
Methods in io.protostuff.compiler that return ProtoCompiler Modifier and Type Method Description ProtoCompiler
CompilerMain.CompilerResolver. resolve(ProtoModule module)
Methods in io.protostuff.compiler with parameters of type ProtoCompiler Modifier and Type Method Description static void
CompilerMain. addCompiler(ProtoCompiler compiler)
-