Uses of Interface
com.google.protobuf.Parser
Packages that use Parser
-
Uses of Parser in com.google.protobuf
Classes in com.google.protobuf that implement ParserModifier and TypeClassDescriptionclass
AbstractParser<MessageType extends MessageLite>
A partial implementation of theParser
interface which implements as many methods of that interface as possible in terms of other methods.protected static class
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,
?>> AParser
implementation that delegates to the default instance.static final class
Parser to implement MessageLite interface.Fields in com.google.protobuf declared as ParserModifier and TypeFieldDescriptionMapEntry.Metadata.parser
Any.PARSER
Api.PARSER
BoolValue.PARSER
private static Parser
<BytesValue> BytesValue.PARSER
private static Parser
<DescriptorProtos.DescriptorProto.ExtensionRange> DescriptorProtos.DescriptorProto.ExtensionRange.PARSER
private static Parser
<DescriptorProtos.DescriptorProto> DescriptorProtos.DescriptorProto.PARSER
private static Parser
<DescriptorProtos.DescriptorProto.ReservedRange> DescriptorProtos.DescriptorProto.ReservedRange.PARSER
private static Parser
<DescriptorProtos.EnumDescriptorProto.EnumReservedRange> DescriptorProtos.EnumDescriptorProto.EnumReservedRange.PARSER
private static Parser
<DescriptorProtos.EnumDescriptorProto> DescriptorProtos.EnumDescriptorProto.PARSER
private static Parser
<DescriptorProtos.EnumOptions> DescriptorProtos.EnumOptions.PARSER
private static Parser
<DescriptorProtos.EnumValueDescriptorProto> DescriptorProtos.EnumValueDescriptorProto.PARSER
private static Parser
<DescriptorProtos.EnumValueOptions> DescriptorProtos.EnumValueOptions.PARSER
private static Parser
<DescriptorProtos.ExtensionRangeOptions.Declaration> DescriptorProtos.ExtensionRangeOptions.Declaration.PARSER
private static Parser
<DescriptorProtos.ExtensionRangeOptions> DescriptorProtos.ExtensionRangeOptions.PARSER
private static Parser
<DescriptorProtos.FeatureSet> DescriptorProtos.FeatureSet.PARSER
private static Parser
<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault> DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.PARSER
private static Parser
<DescriptorProtos.FeatureSetDefaults> DescriptorProtos.FeatureSetDefaults.PARSER
private static Parser
<DescriptorProtos.FieldDescriptorProto> DescriptorProtos.FieldDescriptorProto.PARSER
private static Parser
<DescriptorProtos.FieldOptions.EditionDefault> DescriptorProtos.FieldOptions.EditionDefault.PARSER
private static Parser
<DescriptorProtos.FieldOptions.FeatureSupport> DescriptorProtos.FieldOptions.FeatureSupport.PARSER
private static Parser
<DescriptorProtos.FieldOptions> DescriptorProtos.FieldOptions.PARSER
private static Parser
<DescriptorProtos.FileDescriptorProto> DescriptorProtos.FileDescriptorProto.PARSER
private static Parser
<DescriptorProtos.FileDescriptorSet> DescriptorProtos.FileDescriptorSet.PARSER
private static Parser
<DescriptorProtos.FileOptions> DescriptorProtos.FileOptions.PARSER
private static Parser
<DescriptorProtos.GeneratedCodeInfo.Annotation> DescriptorProtos.GeneratedCodeInfo.Annotation.PARSER
private static Parser
<DescriptorProtos.GeneratedCodeInfo> DescriptorProtos.GeneratedCodeInfo.PARSER
private static Parser
<DescriptorProtos.MessageOptions> DescriptorProtos.MessageOptions.PARSER
private static Parser
<DescriptorProtos.MethodDescriptorProto> DescriptorProtos.MethodDescriptorProto.PARSER
private static Parser
<DescriptorProtos.MethodOptions> DescriptorProtos.MethodOptions.PARSER
private static Parser
<DescriptorProtos.OneofDescriptorProto> DescriptorProtos.OneofDescriptorProto.PARSER
private static Parser
<DescriptorProtos.OneofOptions> DescriptorProtos.OneofOptions.PARSER
private static Parser
<DescriptorProtos.ServiceDescriptorProto> DescriptorProtos.ServiceDescriptorProto.PARSER
private static Parser
<DescriptorProtos.ServiceOptions> DescriptorProtos.ServiceOptions.PARSER
private static Parser
<DescriptorProtos.SourceCodeInfo.Location> DescriptorProtos.SourceCodeInfo.Location.PARSER
private static Parser
<DescriptorProtos.SourceCodeInfo> DescriptorProtos.SourceCodeInfo.PARSER
private static Parser
<DescriptorProtos.UninterpretedOption.NamePart> DescriptorProtos.UninterpretedOption.NamePart.PARSER
private static Parser
<DescriptorProtos.UninterpretedOption> DescriptorProtos.UninterpretedOption.PARSER
private static Parser
<DoubleValue> DoubleValue.PARSER
Duration.PARSER
Empty.PARSER
Enum.PARSER
EnumValue.PARSER
Field.PARSER
FieldMask.PARSER
private static Parser
<FloatValue> FloatValue.PARSER
private static Parser
<Int32Value> Int32Value.PARSER
private static Parser
<Int64Value> Int64Value.PARSER
private static final Parser
<JavaFeaturesProto.JavaFeatures> JavaFeaturesProto.JavaFeatures.PARSER
ListValue.PARSER
Method.PARSER
Mixin.PARSER
Option.PARSER
private static Parser
<SourceContext> SourceContext.PARSER
private static Parser
<StringValue> StringValue.PARSER
Struct.PARSER
Timestamp.PARSER
Type.PARSER
private static Parser
<UInt32Value> UInt32Value.PARSER
private static Parser
<UInt64Value> UInt64Value.PARSER
Value.PARSER
Methods in com.google.protobuf that return ParserModifier and TypeMethodDescriptionDynamicMessage.getParserForType()
Parser
<? extends GeneratedMessage> GeneratedMessage.getParserForType()
TODO: Remove this unnecessary intermediate implementation of this method.final Parser
<MessageType> GeneratedMessageLite.getParserForType()
JavaFeaturesProto.JavaFeatures.getParserForType()
MapEntry.getParserForType()
Message.getParserForType()
Parser
<? extends MessageLite> MessageLite.getParserForType()
Gets the parser for a message of the same type as this message.Any.parser()
Api.parser()
BoolValue.parser()
static Parser
<BytesValue> BytesValue.parser()
DescriptorProtos.DescriptorProto.ExtensionRange.parser()
DescriptorProtos.DescriptorProto.parser()
DescriptorProtos.DescriptorProto.ReservedRange.parser()
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.parser()
DescriptorProtos.EnumDescriptorProto.parser()
static Parser
<DescriptorProtos.EnumOptions> DescriptorProtos.EnumOptions.parser()
DescriptorProtos.EnumValueDescriptorProto.parser()
DescriptorProtos.EnumValueOptions.parser()
DescriptorProtos.ExtensionRangeOptions.Declaration.parser()
DescriptorProtos.ExtensionRangeOptions.parser()
static Parser
<DescriptorProtos.FeatureSet> DescriptorProtos.FeatureSet.parser()
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.parser()
DescriptorProtos.FeatureSetDefaults.parser()
DescriptorProtos.FieldDescriptorProto.parser()
DescriptorProtos.FieldOptions.EditionDefault.parser()
DescriptorProtos.FieldOptions.FeatureSupport.parser()
static Parser
<DescriptorProtos.FieldOptions> DescriptorProtos.FieldOptions.parser()
DescriptorProtos.FileDescriptorProto.parser()
DescriptorProtos.FileDescriptorSet.parser()
static Parser
<DescriptorProtos.FileOptions> DescriptorProtos.FileOptions.parser()
DescriptorProtos.GeneratedCodeInfo.Annotation.parser()
DescriptorProtos.GeneratedCodeInfo.parser()
DescriptorProtos.MessageOptions.parser()
DescriptorProtos.MethodDescriptorProto.parser()
static Parser
<DescriptorProtos.MethodOptions> DescriptorProtos.MethodOptions.parser()
DescriptorProtos.OneofDescriptorProto.parser()
static Parser
<DescriptorProtos.OneofOptions> DescriptorProtos.OneofOptions.parser()
DescriptorProtos.ServiceDescriptorProto.parser()
DescriptorProtos.ServiceOptions.parser()
DescriptorProtos.SourceCodeInfo.Location.parser()
DescriptorProtos.SourceCodeInfo.parser()
DescriptorProtos.UninterpretedOption.NamePart.parser()
DescriptorProtos.UninterpretedOption.parser()
static Parser
<DoubleValue> DoubleValue.parser()
Duration.parser()
Empty.parser()
Enum.parser()
EnumValue.parser()
Field.parser()
FieldMask.parser()
static Parser
<FloatValue> FloatValue.parser()
static Parser
<Int32Value> Int32Value.parser()
static Parser
<Int64Value> Int64Value.parser()
static Parser
<JavaFeaturesProto.JavaFeatures> JavaFeaturesProto.JavaFeatures.parser()
ListValue.parser()
Method.parser()
Mixin.parser()
Option.parser()
static Parser
<SourceContext> SourceContext.parser()
static Parser
<StringValue> StringValue.parser()
Struct.parser()
Timestamp.parser()
Type.parser()
static Parser
<UInt32Value> UInt32Value.parser()
static Parser
<UInt64Value> UInt64Value.parser()
Value.parser()
Methods in com.google.protobuf with parameters of type ParserModifier and TypeMethodDescriptionprotected static <M extends Message>
MGeneratedMessage.parseDelimitedWithIOException
(Parser<M> parser, InputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseDelimitedWithIOException
(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseWithIOException
(Parser<M> parser, CodedInputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseWithIOException
(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseWithIOException
(Parser<M> parser, InputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseWithIOException
(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) Used by generated code.<T extends MessageLite>
TCodedInputStream.ArrayDecoder.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) <T extends MessageLite>
TCodedInputStream.IterableDirectByteBufferDecoder.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) abstract <T extends MessageLite>
TCodedInputStream.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read agroup
field value from the stream.<T extends MessageLite>
TCodedInputStream.StreamDecoder.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) <T extends MessageLite>
TCodedInputStream.UnsafeDirectNioDecoder.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) <T extends MessageLite>
TCodedInputStream.ArrayDecoder.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) <T extends MessageLite>
TCodedInputStream.IterableDirectByteBufferDecoder.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) abstract <T extends MessageLite>
TCodedInputStream.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read an embedded message field value from the stream.<T extends MessageLite>
TCodedInputStream.StreamDecoder.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) <T extends MessageLite>
TCodedInputStream.UnsafeDirectNioDecoder.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) -
Uses of Parser in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler declared as ParserModifier and TypeFieldDescriptionprivate static final Parser
<PluginProtos.CodeGeneratorRequest> PluginProtos.CodeGeneratorRequest.PARSER
private static final Parser
<PluginProtos.CodeGeneratorResponse.File> PluginProtos.CodeGeneratorResponse.File.PARSER
private static final Parser
<PluginProtos.CodeGeneratorResponse> PluginProtos.CodeGeneratorResponse.PARSER
private static final Parser
<PluginProtos.Version> PluginProtos.Version.PARSER
Methods in com.google.protobuf.compiler that return ParserModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorRequest.getParserForType()
PluginProtos.CodeGeneratorResponse.File.getParserForType()
PluginProtos.CodeGeneratorResponse.getParserForType()
PluginProtos.Version.getParserForType()
PluginProtos.CodeGeneratorRequest.parser()
PluginProtos.CodeGeneratorResponse.File.parser()
PluginProtos.CodeGeneratorResponse.parser()
static Parser
<PluginProtos.Version> PluginProtos.Version.parser()