Uses of Class
io.protostuff.compiler.ProtoModule
Packages that use ProtoModule
-
Uses of ProtoModule in io.protostuff.compiler
Fields in io.protostuff.compiler declared as ProtoModuleMethods in io.protostuff.compiler that return ProtoModuleModifier and TypeMethodDescriptionstatic ProtoModule
CompilerMain.loadModule
(Properties props, String name, CachingProtoLoader loader, File baseDirForSource, File baseDirForOutput, Properties globalOptions, String[] profileOptions, String[] rootProfileOptions) (package private) static ProtoModule
CompilerMain.newProtoModule
(String source, String output, String encoding, String outputDir, File baseDirForSource, File baseDirForOutput) Methods in io.protostuff.compiler that return types with arguments of type ProtoModuleModifier and TypeMethodDescriptionstatic List
<ProtoModule> CompilerMain.loadModules
(File file, File baseDirForSource, File baseDirForOutput) static List
<ProtoModule> CompilerMain.loadModules
(InputStream in) static List
<ProtoModule> CompilerMain.loadModules
(Properties props) static List
<ProtoModule> CompilerMain.loadModules
(Properties props, File baseDirForSource, File baseDirForOutput) Methods in io.protostuff.compiler with parameters of type ProtoModuleModifier and TypeMethodDescriptionstatic void
CompilerMain.addOptionsTo
(ProtoModule module, String[] options) protected void
STCodeGenerator.collect
(ProtoModule module, Proto proto, List<Proto> overridden, boolean compile) static void
CompilerMain.compile
(ProtoModule module) void
PluginProtoCompiler.compile
(ProtoModule module, Proto proto) void
ProtoCompiler.compile
(ProtoModule module) Compiles the proto configured/encapsulated in the module.protected void
ProtoToGwtOverlayCompiler.compile
(ProtoModule module, Proto proto) void
ProtoToJavaBeanCompiler.compile
(ProtoModule module, Proto proto) void
ProtoToJavaBeanMeCompiler.compile
(ProtoModule module, Proto proto) void
ProtoToJavaBeanModelCompiler.compile
(ProtoModule module, Proto proto) void
ProtoToJavaBeanPrimitiveCompiler.compile
(ProtoModule module, Proto proto) protected void
ProtoToJavaV2ProtocSchemaCompiler.compile
(ProtoModule module, Proto proto) void
ProtoToProtoCompiler.compile
(ProtoModule module, Proto proto) void
STCodeGenerator.compile
(ProtoModule module) protected abstract void
STCodeGenerator.compile
(ProtoModule module, Proto proto) protected void
STCodeGenerator.compile
(ProtoModule module, Proto proto, boolean compileImports, boolean recursive) static void
PluginProtoCompiler.compileEnumBlock
(ProtoModule module, EnumGroup eg, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) static void
PluginProtoCompiler.compileEnumBlockTo
(Writer writer, ProtoModule module, EnumGroup eg, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) static void
PluginProtoCompiler.compileMessageBlock
(ProtoModule module, Message message, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate messageBlockTemplate) static void
PluginProtoCompiler.compileMessageBlockTo
(Writer writer, ProtoModule module, Message message, org.antlr.stringtemplate.StringTemplate messageBlockTemplate) void
PluginProtoCompiler.compileProtoBlock
(ProtoModule module, Proto proto, String packageName, org.antlr.stringtemplate.StringTemplate protoBlockTemplate) private void
PluginProtoCompiler.compileServiceBlock
(ProtoModule module, Service service, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static void
PluginProtoCompiler.compileServiceBlockTo
(Writer writer, ProtoModule module, Service service, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static Writer
CompilerUtil.newWriter
(ProtoModule module, String packageName, String fileName) protected static boolean
STCodeGenerator.override
(ProtoModule module, Proto proto) protected static Proto
STCodeGenerator.parseProto
(File file, ProtoModule module) protected static void
STCodeGenerator.postCompile
(ProtoModule module, Proto proto) CompilerMain.CompilerResolver.resolve
(ProtoModule module) boolean
ProtoToJavaBeanModelCompiler.shouldGenerateModel
(ProtoModule module, Proto proto, Message m) protected void
ProtoToJavaBeanCompiler.writeEnums
(ProtoModule module, Proto proto, String javaPackageName, org.antlr.stringtemplate.StringTemplateGroup group) protected void
ProtoToJavaBeanCompiler.writeMessages
(ProtoModule module, Proto proto, String javaPackageName, org.antlr.stringtemplate.StringTemplateGroup group) Method parameters in io.protostuff.compiler with type arguments of type ProtoModuleConstructors in io.protostuff.compiler with parameters of type ProtoModuleModifierConstructorDescriptionPluginProtoCompiler
(ProtoModule module, boolean checkFilenamePlaceHolder, org.antlr.stringtemplate.StringTemplateGroup group) PluginProtoCompiler
(ProtoModule module, String stgLocation) PluginProtoCompiler
(ProtoModule module, String stgLocation, boolean checkFilenamePlaceHolder) -
Uses of ProtoModule in io.protostuff.mojo
Subclasses of ProtoModule in io.protostuff.mojo