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 classPluginProtoCompilerA plugin proto compiler whose output relies on the 'output' param configured inProtoModule.classProtoToGwtOverlayCompilerCompiles proto files to gwt overlays source (java) files.classProtoToJavaBeanCompilerCompiles proto files to protobuf java messages (pojos).classProtoToJavaBeanMeCompilerCompiles proto files to protobuf java messages (pojos).classProtoToJavaBeanModelCompilerCompiles proto files to protobuf java messages (pojos).classProtoToJavaBeanPrimitiveCompilerclassProtoToJavaV2ProtocSchemaCompilerGenerates aSchemafrom the code generated by the c++ v2 protoc.classProtoToProtoCompilerKind of preprocessor for proto files.classSTCodeGeneratorBase 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. __compilersMethods in io.protostuff.compiler that return ProtoCompiler Modifier and Type Method Description ProtoCompilerCompilerMain.CompilerResolver. resolve(ProtoModule module)Methods in io.protostuff.compiler with parameters of type ProtoCompiler Modifier and Type Method Description static voidCompilerMain. addCompiler(ProtoCompiler compiler)
-