Uses of Class
io.protostuff.parser.Proto
Packages that use Proto
-
Uses of Proto in io.protostuff.compiler
Fields in io.protostuff.compiler with type parameters of type ProtoMethods in io.protostuff.compiler that return ProtoModifier and TypeMethodDescriptionprotected static Proto
STCodeGenerator.parseProto
(File file, ProtoModule module) Methods in io.protostuff.compiler that return types with arguments of type ProtoMethods in io.protostuff.compiler with parameters of type ProtoModifier and TypeMethodDescriptionprotected void
STCodeGenerator.collect
(ProtoModule module, Proto proto, List<Proto> overridden, boolean compile) void
PluginProtoCompiler.compile
(ProtoModule module, Proto proto) 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) protected abstract void
STCodeGenerator.compile
(ProtoModule module, Proto proto) protected void
STCodeGenerator.compile
(ProtoModule module, Proto proto, boolean compileImports, boolean recursive) void
PluginProtoCompiler.compileProtoBlock
(ProtoModule module, Proto proto, String packageName, org.antlr.stringtemplate.StringTemplate protoBlockTemplate) protected static boolean
STCodeGenerator.override
(ProtoModule module, Proto proto) protected static void
STCodeGenerator.postCompile
(ProtoModule module, Proto proto) (package private) static String
ProtoToJavaV2ProtocSchemaCompiler.resolveFileName
(Proto proto) 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 ProtoModifier and TypeMethodDescriptionprotected void
STCodeGenerator.collect
(ProtoModule module, Proto proto, List<Proto> overridden, boolean compile) Constructor parameters in io.protostuff.compiler with type arguments of type Proto -
Uses of Proto in io.protostuff.parser
Fields in io.protostuff.parser declared as ProtoModifier and TypeFieldDescription(package private) final Proto
Proto.importer
(package private) final Proto
EnumGroup.proto
(package private) Proto
Extension.proto
(package private) final Proto
Message.proto
(package private) final Proto
Service.proto
Fields in io.protostuff.parser with type parameters of type ProtoModifier and TypeFieldDescription(package private) final LinkedHashMap
<String, Proto> Proto.importedProtos
Methods in io.protostuff.parser that return ProtoModifier and TypeMethodDescriptionProto.getImportedProto
(File file) Proto.getImportedProto
(String url) Proto.getImportedProto
(URL url) EnumField.getProto()
EnumGroup.getProto()
EnumGroup.Value.getProto()
Extension.getProto()
Field.getProto()
HasProto.getProto()
Message.getProto()
Proto.getProto()
Service.getProto()
Service.RpcMethod.getProto()
protected Proto
protected Proto
static Proto
DefaultProtoLoader.loadFromClasspath
(String path, Proto importer) Loads a proto from the classpath.protected Proto
DefaultProtoLoader.loadFromOtherResource
(String path, Proto importer) static Proto
ProtoUtil.parseProto
(File file) protected Proto
DefaultProtoLoader.searchFromAll
(String path, Proto importer) Search from every possible resource.protected Proto
DefaultProtoLoader.searchFromProtoPathAndClasspath
(String path, Proto importer) Search from proto_path and classpath (in that order).protected Proto
DefaultProtoLoader.searchFromProtoPathOnly
(String path, Proto importer) Search from proto_path only.Methods in io.protostuff.parser that return types with arguments of type ProtoMethods in io.protostuff.parser with parameters of type ProtoModifier and TypeMethodDescription(package private) void
Proto.addImportedProto
(Proto proto) ProtoParser.annotation_entry
(Proto proto) ProtoParser.annotation_keyval
(Proto proto, Annotation annotation) ProtoParser.enum_block
(Proto proto, Message message) ProtoParser.enum_field
(Proto proto, Message message, EnumGroup enumGroup) ProtoParser.enum_options
(Proto proto, EnumGroup enumGroup, EnumGroup.Value v) static IllegalStateException
ProtoParser.extend_block
(Proto proto, Message parent) ProtoParser.extend_body
(Proto proto, Extension extension) ProtoParser.extensions_range
(Proto proto, Message message) ProtoParser.field_options
(Proto proto, HasFields message, Field field) ProtoParser.field_options_keyval
(Proto proto, HasFields message, Field field, boolean checkDefault) ProtoParser.field_type
(Proto proto, HasFields message, FieldHolder fieldHolder) (package private) static File
DefaultProtoLoader.getBaseDirFromPackagePath
(String path, Proto importer) ProtoParser.header_import
(Proto proto) ProtoParser.header_package
(Proto proto) ProtoParser.header_syntax
(Proto proto) static void
AbstractParser.load
(InputStream in, Proto proto) protected Proto
protected Proto
static void
static void
ProtoUtil.loadFrom
(InputStream in, Proto target) Loads the proto from anInputStream
.static void
Loads the proto from aReader
.static void
static void
Loads the proto from anANTLRReaderStream
.static Proto
DefaultProtoLoader.loadFromClasspath
(String path, Proto importer) Loads a proto from the classpath.protected Proto
DefaultProtoLoader.loadFromOtherResource
(String path, Proto importer) ProtoParser.message_block
(Proto proto, Message parent) ProtoParser.message_body
(Proto proto, Message message) ProtoParser.message_field
(Proto proto, HasFields message) ProtoParser.option_entry
(Proto proto, HasOptions ho) final ProtoParser.parse_return
(package private) void
(package private) static void
ConfiguredReference.resolve
(Proto proto, LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace) ProtoParser.rpc_body_block
(Proto proto, Service.RpcMethod rm) protected Proto
DefaultProtoLoader.searchFromAll
(String path, Proto importer) Search from every possible resource.protected Proto
DefaultProtoLoader.searchFromProtoPathAndClasspath
(String path, Proto importer) Search from proto_path and classpath (in that order).protected Proto
DefaultProtoLoader.searchFromProtoPathOnly
(String path, Proto importer) Search from proto_path only.ProtoParser.service_block
(Proto proto, Message message) ProtoParser.service_body
(Proto proto, Service service) ProtoParser.signed_constant
(Proto proto, HasFields message, Field field, String key, boolean checkDefault) Constructors in io.protostuff.parser with parameters of type ProtoModifierConstructorDescriptionProto
(File file, Proto.Loader loader, Proto importer) Proto
(URL url, Proto.Loader loader, Proto importer)