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 ProtoSTCodeGenerator.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 voidSTCodeGenerator.collect(ProtoModule module, Proto proto, List<Proto> overridden, boolean compile) voidPluginProtoCompiler.compile(ProtoModule module, Proto proto) 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) protected abstract voidSTCodeGenerator.compile(ProtoModule module, Proto proto) protected voidSTCodeGenerator.compile(ProtoModule module, Proto proto, boolean compileImports, boolean recursive) voidPluginProtoCompiler.compileProtoBlock(ProtoModule module, Proto proto, String packageName, org.antlr.stringtemplate.StringTemplate protoBlockTemplate) protected static booleanSTCodeGenerator.override(ProtoModule module, Proto proto) protected static voidSTCodeGenerator.postCompile(ProtoModule module, Proto proto) (package private) static StringProtoToJavaV2ProtocSchemaCompiler.resolveFileName(Proto proto) 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 ProtoModifier and TypeMethodDescriptionprotected voidSTCodeGenerator.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 ProtoProto.importer(package private) final ProtoEnumGroup.proto(package private) ProtoExtension.proto(package private) final ProtoMessage.proto(package private) final ProtoService.protoFields in io.protostuff.parser with type parameters of type ProtoModifier and TypeFieldDescription(package private) final LinkedHashMap<String, Proto> Proto.importedProtosMethods 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 Protoprotected Protostatic ProtoDefaultProtoLoader.loadFromClasspath(String path, Proto importer) Loads a proto from the classpath.protected ProtoDefaultProtoLoader.loadFromOtherResource(String path, Proto importer) static ProtoProtoUtil.parseProto(File file) protected ProtoDefaultProtoLoader.searchFromAll(String path, Proto importer) Search from every possible resource.protected ProtoDefaultProtoLoader.searchFromProtoPathAndClasspath(String path, Proto importer) Search from proto_path and classpath (in that order).protected ProtoDefaultProtoLoader.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) voidProto.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 IllegalStateExceptionProtoParser.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 FileDefaultProtoLoader.getBaseDirFromPackagePath(String path, Proto importer) ProtoParser.header_import(Proto proto) ProtoParser.header_package(Proto proto) ProtoParser.header_syntax(Proto proto) static voidAbstractParser.load(InputStream in, Proto proto) protected Protoprotected Protostatic voidstatic voidProtoUtil.loadFrom(InputStream in, Proto target) Loads the proto from anInputStream.static voidLoads the proto from aReader.static voidstatic voidLoads the proto from anANTLRReaderStream.static ProtoDefaultProtoLoader.loadFromClasspath(String path, Proto importer) Loads a proto from the classpath.protected ProtoDefaultProtoLoader.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 voidConfiguredReference.resolve(Proto proto, LinkedHashMap<String, Object> source, LinkedHashMap<String, Object> destination, String enclosingNamespace) ProtoParser.rpc_body_block(Proto proto, Service.RpcMethod rm) protected ProtoDefaultProtoLoader.searchFromAll(String path, Proto importer) Search from every possible resource.protected ProtoDefaultProtoLoader.searchFromProtoPathAndClasspath(String path, Proto importer) Search from proto_path and classpath (in that order).protected ProtoDefaultProtoLoader.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)