Uses of Interface
com.google.protobuf.Parser
-
-
Uses of Parser in com.google.protobuf
Classes in com.google.protobuf that implement Parser Modifier and Type Class Description classAbstractParser<MessageType extends MessageLite>A partial implementation of theParserinterface which implements as many methods of that interface as possible in terms of other methods.protected static classGeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>>AParserimplementation that delegates to the default instance.Methods in com.google.protobuf that return Parser Modifier and Type Method Description Parser<MessageType>GeneratedMessageLite. getParserForType()Parser<? extends MessageLite>MessageLite. getParserForType()Gets the parser for a message of the same type as this message.static Parser<Any>Any. parser()static Parser<Api>Api. parser()static Parser<BoolValue>BoolValue. parser()static Parser<BytesValue>BytesValue. parser()static Parser<DoubleValue>DoubleValue. parser()static Parser<Duration>Duration. parser()static Parser<Empty>Empty. parser()static Parser<Enum>Enum. parser()static Parser<EnumValue>EnumValue. parser()static Parser<Field>Field. parser()static Parser<FieldMask>FieldMask. parser()static Parser<FloatValue>FloatValue. parser()static Parser<Int32Value>Int32Value. parser()static Parser<Int64Value>Int64Value. parser()static Parser<ListValue>ListValue. parser()static Parser<Method>Method. parser()static Parser<Mixin>Mixin. parser()static Parser<Option>Option. parser()static Parser<SourceContext>SourceContext. parser()static Parser<StringValue>StringValue. parser()static Parser<Struct>Struct. parser()static Parser<Timestamp>Timestamp. parser()static Parser<Type>Type. parser()static Parser<UInt32Value>UInt32Value. parser()static Parser<UInt64Value>UInt64Value. parser()static Parser<Value>Value. parser()Methods in com.google.protobuf with parameters of type Parser Modifier and Type Method Description abstract <T extends MessageLite>
TCodedInputStream. readGroup(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry)Read agroupfield value from the stream.abstract <T extends MessageLite>
TCodedInputStream. readMessage(Parser<T> parser, ExtensionRegistryLite extensionRegistry)Read an embedded message field value from the stream.
-