Uses of Interface
com.google.protobuf.Parser
Packages that use Parser
Package
Description
-
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.Methods in com.google.protobuf that return ParserModifier and TypeMethodDescriptionAny.getParserForType()
Api.getParserForType()
BoolValue.getParserForType()
BytesValue.getParserForType()
DescriptorProtos.DescriptorProto.ExtensionRange.getParserForType()
DescriptorProtos.DescriptorProto.getParserForType()
DescriptorProtos.DescriptorProto.ReservedRange.getParserForType()
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.getParserForType()
DescriptorProtos.EnumDescriptorProto.getParserForType()
DescriptorProtos.EnumOptions.getParserForType()
DescriptorProtos.EnumValueDescriptorProto.getParserForType()
DescriptorProtos.EnumValueOptions.getParserForType()
DescriptorProtos.ExtensionRangeOptions.Declaration.getParserForType()
DescriptorProtos.ExtensionRangeOptions.getParserForType()
DescriptorProtos.FeatureSet.getParserForType()
DescriptorProtos.FeatureSet.VisibilityFeature.getParserForType()
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.getParserForType()
DescriptorProtos.FeatureSetDefaults.getParserForType()
DescriptorProtos.FieldDescriptorProto.getParserForType()
DescriptorProtos.FieldOptions.EditionDefault.getParserForType()
DescriptorProtos.FieldOptions.FeatureSupport.getParserForType()
DescriptorProtos.FieldOptions.getParserForType()
DescriptorProtos.FileDescriptorProto.getParserForType()
DescriptorProtos.FileDescriptorSet.getParserForType()
DescriptorProtos.FileOptions.getParserForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.getParserForType()
DescriptorProtos.GeneratedCodeInfo.getParserForType()
DescriptorProtos.MessageOptions.getParserForType()
DescriptorProtos.MethodDescriptorProto.getParserForType()
DescriptorProtos.MethodOptions.getParserForType()
DescriptorProtos.OneofDescriptorProto.getParserForType()
DescriptorProtos.OneofOptions.getParserForType()
DescriptorProtos.ServiceDescriptorProto.getParserForType()
DescriptorProtos.ServiceOptions.getParserForType()
DescriptorProtos.SourceCodeInfo.getParserForType()
DescriptorProtos.SourceCodeInfo.Location.getParserForType()
DescriptorProtos.UninterpretedOption.getParserForType()
DescriptorProtos.UninterpretedOption.NamePart.getParserForType()
DoubleValue.getParserForType()
Duration.getParserForType()
DynamicMessage.getParserForType()
Empty.getParserForType()
Enum.getParserForType()
EnumValue.getParserForType()
Field.getParserForType()
FieldMask.getParserForType()
FloatValue.getParserForType()
Parser
<? extends GeneratedMessage> GeneratedMessage.getParserForType()
TODO: Remove this unnecessary intermediate implementation of this method.final Parser
<MessageType> GeneratedMessageLite.getParserForType()
Int32Value.getParserForType()
Int64Value.getParserForType()
JavaFeaturesProto.JavaFeatures.getParserForType()
JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.getParserForType()
ListValue.getParserForType()
MapEntry.getParserForType()
Message.getParserForType()
Parser
<? extends MessageLite> MessageLite.getParserForType()
Gets the parser for a message of the same type as this message.Method.getParserForType()
Mixin.getParserForType()
Option.getParserForType()
SourceContext.getParserForType()
StringValue.getParserForType()
Struct.getParserForType()
Timestamp.getParserForType()
Type.getParserForType()
UInt32Value.getParserForType()
UInt64Value.getParserForType()
Value.getParserForType()
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.FeatureSet.VisibilityFeature.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()
JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.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.abstract <T extends MessageLite>
TCodedInputStream.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read agroup
field value from the stream.abstract <T extends MessageLite>
TCodedInputStream.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read an embedded message field value from the stream. -
Uses of Parser in com.google.protobuf.compiler
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()
-
Uses of Parser in dev.enola.common.validation
Methods in dev.enola.common.validation that return ParserModifier and TypeMethodDescriptionValidation.getParserForType()
Validations.getParserForType()
static Parser
<Validation> Validation.parser()
static Parser
<Validations> Validations.parser()
-
Uses of Parser in dev.enola.core.proto
Methods in dev.enola.core.proto that return ParserModifier and TypeMethodDescriptionGetFileDescriptorSetRequest.getParserForType()
GetFileDescriptorSetResponse.getParserForType()
GetThingRequest.getParserForType()
GetThingResponse.getParserForType()
GetThingsRequest.getParserForType()
GetThingsResponse.getParserForType()
static Parser
<GetFileDescriptorSetRequest> GetFileDescriptorSetRequest.parser()
static Parser
<GetFileDescriptorSetResponse> GetFileDescriptorSetResponse.parser()
static Parser
<GetThingRequest> GetThingRequest.parser()
static Parser
<GetThingResponse> GetThingResponse.parser()
static Parser
<GetThingsRequest> GetThingsRequest.parser()
static Parser
<GetThingsResponse> GetThingsResponse.parser()
-
Uses of Parser in dev.enola.core.util.proto
Methods in dev.enola.core.util.proto that return ParserModifier and TypeMethodDescriptionLog.Entry.getParserForType()
Log.getParserForType()
Log.Inline.getParserForType()
Log.Entry.parser()
static Parser
<Log.Inline> Log.Inline.parser()
Log.parser()
-
Uses of Parser in dev.enola.thing.proto
Methods in dev.enola.thing.proto that return ParserModifier and TypeMethodDescriptionCompactThing.getParserForType()
CompactThings.getParserForType()
LinksMetadata.getParserForType()
TextThing.getParserForType()
TextThings.getParserForType()
Thing.getParserForType()
ThingMetadata.getParserForType()
Things.getParserForType()
Value.getParserForType()
Value.LangString.getParserForType()
Value.List.getParserForType()
Value.Literal.getParserForType()
static Parser
<CompactThing> CompactThing.parser()
static Parser
<CompactThings> CompactThings.parser()
static Parser
<LinksMetadata> LinksMetadata.parser()
TextThing.parser()
static Parser
<TextThings> TextThings.parser()
Thing.parser()
static Parser
<ThingMetadata> ThingMetadata.parser()
Things.parser()
static Parser
<Value.LangString> Value.LangString.parser()
static Parser
<Value.List> Value.List.parser()
static Parser
<Value.Literal> Value.Literal.parser()
Value.parser()