Modifier and Type | Method and Description |
---|---|
Parser<KinesisEgressRecord> |
KinesisEgressRecord.getParserForType() |
Parser<KafkaProducerRecord> |
KafkaProducerRecord.getParserForType() |
static Parser<KinesisEgressRecord> |
KinesisEgressRecord.parser() |
static Parser<KafkaProducerRecord> |
KafkaProducerRecord.parser() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
SliceProtobufUtil.parseFrom(Parser<T> parser,
Slice slice) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParser<MessageType extends MessageLite>
A partial implementation of the
Parser 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,?>>
A
Parser implementation that delegates to the default instance. |
static class |
UnknownFieldSet.Parser
Parser to implement MessageLite interface.
|
Modifier and Type | Field and Description |
---|---|
static Parser<DescriptorProtos.FileDescriptorSet> |
DescriptorProtos.FileDescriptorSet.PARSER
Deprecated.
|
static Parser<DescriptorProtos.FileDescriptorProto> |
DescriptorProtos.FileDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.DescriptorProto> |
DescriptorProtos.DescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.DescriptorProto.ExtensionRange> |
DescriptorProtos.DescriptorProto.ExtensionRange.PARSER
Deprecated.
|
static Parser<DescriptorProtos.DescriptorProto.ReservedRange> |
DescriptorProtos.DescriptorProto.ReservedRange.PARSER
Deprecated.
|
static Parser<DescriptorProtos.ExtensionRangeOptions> |
DescriptorProtos.ExtensionRangeOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.FieldDescriptorProto> |
DescriptorProtos.FieldDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.OneofDescriptorProto> |
DescriptorProtos.OneofDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.EnumDescriptorProto> |
DescriptorProtos.EnumDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.EnumDescriptorProto.EnumReservedRange> |
DescriptorProtos.EnumDescriptorProto.EnumReservedRange.PARSER
Deprecated.
|
static Parser<DescriptorProtos.EnumValueDescriptorProto> |
DescriptorProtos.EnumValueDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.ServiceDescriptorProto> |
DescriptorProtos.ServiceDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.MethodDescriptorProto> |
DescriptorProtos.MethodDescriptorProto.PARSER
Deprecated.
|
static Parser<DescriptorProtos.FileOptions> |
DescriptorProtos.FileOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.MessageOptions> |
DescriptorProtos.MessageOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.FieldOptions> |
DescriptorProtos.FieldOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.OneofOptions> |
DescriptorProtos.OneofOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.EnumOptions> |
DescriptorProtos.EnumOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.EnumValueOptions> |
DescriptorProtos.EnumValueOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.ServiceOptions> |
DescriptorProtos.ServiceOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.MethodOptions> |
DescriptorProtos.MethodOptions.PARSER
Deprecated.
|
static Parser<DescriptorProtos.UninterpretedOption> |
DescriptorProtos.UninterpretedOption.PARSER
Deprecated.
|
static Parser<DescriptorProtos.UninterpretedOption.NamePart> |
DescriptorProtos.UninterpretedOption.NamePart.PARSER
Deprecated.
|
static Parser<DescriptorProtos.SourceCodeInfo> |
DescriptorProtos.SourceCodeInfo.PARSER
Deprecated.
|
static Parser<DescriptorProtos.SourceCodeInfo.Location> |
DescriptorProtos.SourceCodeInfo.Location.PARSER
Deprecated.
|
static Parser<DescriptorProtos.GeneratedCodeInfo> |
DescriptorProtos.GeneratedCodeInfo.PARSER
Deprecated.
|
static Parser<DescriptorProtos.GeneratedCodeInfo.Annotation> |
DescriptorProtos.GeneratedCodeInfo.Annotation.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static <M extends Message> |
GeneratedMessageV3.parseDelimitedWithIOException(Parser<M> parser,
java.io.InputStream input) |
protected static <M extends Message> |
GeneratedMessage.parseDelimitedWithIOException(Parser<M> parser,
java.io.InputStream input) |
protected static <M extends Message> |
GeneratedMessageV3.parseDelimitedWithIOException(Parser<M> parser,
java.io.InputStream input,
ExtensionRegistryLite extensions) |
protected static <M extends Message> |
GeneratedMessage.parseDelimitedWithIOException(Parser<M> parser,
java.io.InputStream input,
ExtensionRegistryLite extensions) |
protected static <M extends Message> |
GeneratedMessageV3.parseWithIOException(Parser<M> parser,
CodedInputStream input) |
protected static <M extends Message> |
GeneratedMessage.parseWithIOException(Parser<M> parser,
CodedInputStream input) |
protected static <M extends Message> |
GeneratedMessageV3.parseWithIOException(Parser<M> parser,
CodedInputStream input,
ExtensionRegistryLite extensions) |
protected static <M extends Message> |
GeneratedMessage.parseWithIOException(Parser<M> parser,
CodedInputStream input,
ExtensionRegistryLite extensions) |
protected static <M extends Message> |
GeneratedMessageV3.parseWithIOException(Parser<M> parser,
java.io.InputStream input) |
protected static <M extends Message> |
GeneratedMessage.parseWithIOException(Parser<M> parser,
java.io.InputStream input) |
protected static <M extends Message> |
GeneratedMessageV3.parseWithIOException(Parser<M> parser,
java.io.InputStream input,
ExtensionRegistryLite extensions) |
protected static <M extends Message> |
GeneratedMessage.parseWithIOException(Parser<M> parser,
java.io.InputStream input,
ExtensionRegistryLite extensions) |
abstract <T extends MessageLite> |
CodedInputStream.readGroup(int fieldNumber,
Parser<T> parser,
ExtensionRegistryLite extensionRegistry)
Read a
group field value from the stream. |
abstract <T extends MessageLite> |
CodedInputStream.readMessage(Parser<T> parser,
ExtensionRegistryLite extensionRegistry)
Read an embedded message field value from the stream.
|
static <T extends Message> |
DiscardUnknownFieldsParser.wrap(Parser<T> parser)
|
Modifier and Type | Field and Description |
---|---|
static Parser<PluginProtos.Version> |
PluginProtos.Version.PARSER
Deprecated.
|
static Parser<PluginProtos.CodeGeneratorRequest> |
PluginProtos.CodeGeneratorRequest.PARSER
Deprecated.
|
static Parser<PluginProtos.CodeGeneratorResponse> |
PluginProtos.CodeGeneratorResponse.PARSER
Deprecated.
|
static Parser<PluginProtos.CodeGeneratorResponse.File> |
PluginProtos.CodeGeneratorResponse.File.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Parser<PluginProtos.Version> |
PluginProtos.Version.getParserForType() |
Parser<PluginProtos.CodeGeneratorRequest> |
PluginProtos.CodeGeneratorRequest.getParserForType() |
Parser<PluginProtos.CodeGeneratorResponse> |
PluginProtos.CodeGeneratorResponse.getParserForType() |
Parser<PluginProtos.CodeGeneratorResponse.File> |
PluginProtos.CodeGeneratorResponse.File.getParserForType() |
static Parser<PluginProtos.Version> |
PluginProtos.Version.parser() |
static Parser<PluginProtos.CodeGeneratorRequest> |
PluginProtos.CodeGeneratorRequest.parser() |
static Parser<PluginProtos.CodeGeneratorResponse> |
PluginProtos.CodeGeneratorResponse.parser() |
static Parser<PluginProtos.CodeGeneratorResponse.File> |
PluginProtos.CodeGeneratorResponse.File.parser() |
Modifier and Type | Method and Description |
---|---|
Parser<BooleanWrapper> |
BooleanWrapper.getParserForType() |
Parser<StringWrapper> |
StringWrapper.getParserForType() |
Parser<IntWrapper> |
IntWrapper.getParserForType() |
Parser<LongWrapper> |
LongWrapper.getParserForType() |
Parser<FloatWrapper> |
FloatWrapper.getParserForType() |
Parser<DoubleWrapper> |
DoubleWrapper.getParserForType() |
static Parser<BooleanWrapper> |
BooleanWrapper.parser() |
static Parser<StringWrapper> |
StringWrapper.parser() |
static Parser<IntWrapper> |
IntWrapper.parser() |
static Parser<LongWrapper> |
LongWrapper.parser() |
static Parser<FloatWrapper> |
FloatWrapper.parser() |
static Parser<DoubleWrapper> |
DoubleWrapper.parser() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.