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 ProtoModuleCompilerMain.loadModule(Properties props, String name, CachingProtoLoader loader, File baseDirForSource, File baseDirForOutput, Properties globalOptions, String[] profileOptions, String[] rootProfileOptions) (package private) static ProtoModuleCompilerMain.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 voidCompilerMain.addOptionsTo(ProtoModule module, String[] options) protected voidSTCodeGenerator.collect(ProtoModule module, Proto proto, List<Proto> overridden, boolean compile) static voidCompilerMain.compile(ProtoModule module) voidPluginProtoCompiler.compile(ProtoModule module, Proto proto) voidProtoCompiler.compile(ProtoModule module) Compiles the proto configured/encapsulated in the module.protected voidProtoToGwtOverlayCompiler.compile(ProtoModule module, Proto proto) voidProtoToJavaBeanCompiler.compile(ProtoModule module, Proto proto) voidProtoToJavaBeanMeCompiler.compile(ProtoModule module, Proto proto) voidProtoToJavaBeanModelCompiler.compile(ProtoModule module, Proto proto) voidProtoToJavaBeanPrimitiveCompiler.compile(ProtoModule module, Proto proto) protected voidProtoToJavaV2ProtocSchemaCompiler.compile(ProtoModule module, Proto proto) voidProtoToProtoCompiler.compile(ProtoModule module, Proto proto) voidSTCodeGenerator.compile(ProtoModule module) protected abstract voidSTCodeGenerator.compile(ProtoModule module, Proto proto) protected voidSTCodeGenerator.compile(ProtoModule module, Proto proto, boolean compileImports, boolean recursive) static voidPluginProtoCompiler.compileEnumBlock(ProtoModule module, EnumGroup eg, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) static voidPluginProtoCompiler.compileEnumBlockTo(Writer writer, ProtoModule module, EnumGroup eg, org.antlr.stringtemplate.StringTemplate enumBlockTemplate) static voidPluginProtoCompiler.compileMessageBlock(ProtoModule module, Message message, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate messageBlockTemplate) static voidPluginProtoCompiler.compileMessageBlockTo(Writer writer, ProtoModule module, Message message, org.antlr.stringtemplate.StringTemplate messageBlockTemplate) voidPluginProtoCompiler.compileProtoBlock(ProtoModule module, Proto proto, String packageName, org.antlr.stringtemplate.StringTemplate protoBlockTemplate) private voidPluginProtoCompiler.compileServiceBlock(ProtoModule module, Service service, String packageName, String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static voidPluginProtoCompiler.compileServiceBlockTo(Writer writer, ProtoModule module, Service service, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) static WriterCompilerUtil.newWriter(ProtoModule module, String packageName, String fileName) protected static booleanSTCodeGenerator.override(ProtoModule module, Proto proto) protected static ProtoSTCodeGenerator.parseProto(File file, ProtoModule module) protected static voidSTCodeGenerator.postCompile(ProtoModule module, Proto proto) CompilerMain.CompilerResolver.resolve(ProtoModule module) booleanProtoToJavaBeanModelCompiler.shouldGenerateModel(ProtoModule module, Proto proto, Message m) protected voidProtoToJavaBeanCompiler.writeEnums(ProtoModule module, Proto proto, String javaPackageName, org.antlr.stringtemplate.StringTemplateGroup group) protected voidProtoToJavaBeanCompiler.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