public abstract class GeneratedMessageLite extends AbstractMessageLite implements java.io.Serializable
GeneratedMessage.| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite,BuilderType extends GeneratedMessageLite.Builder> |
static class |
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>
Lite equivalent of
GeneratedMessage.ExtendableBuilder. |
static class |
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>>
Lite equivalent of
GeneratedMessage.ExtendableMessage. |
static interface |
GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage>
Lite equivalent of
GeneratedMessage.ExtendableMessageOrBuilder. |
static class |
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>
Lite equivalent to
GeneratedMessage.GeneratedExtension. |
memoizedHashCode| Modifier | Constructor and Description |
|---|---|
protected |
GeneratedMessageLite() |
protected |
GeneratedMessageLite(GeneratedMessageLite.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Parser<? extends MessageLite> |
getParserForType()
Gets the parser for a message of the same type as this message.
|
protected void |
makeExtensionsImmutable()
Used by parsing constructors in generated classes.
|
static <ContainingType extends MessageLite,Type> |
newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance,
MessageLite messageDefaultInstance,
Internal.EnumLiteMap<?> enumTypeMap,
int number,
WireFormat.FieldType type,
boolean isPacked,
java.lang.Class singularType)
For use by generated code only.
|
static <ContainingType extends MessageLite,Type> |
newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance,
Type defaultValue,
MessageLite messageDefaultInstance,
Internal.EnumLiteMap<?> enumTypeMap,
int number,
WireFormat.FieldType type,
java.lang.Class singularType)
For use by generated code only.
|
protected boolean |
parseUnknownField(CodedInputStream input,
CodedOutputStream unknownFieldsCodedOutput,
ExtensionRegistryLite extensionRegistry,
int tag)
Called by subclasses to parse an unknown field.
|
protected java.lang.Object |
writeReplace()
Replaces this object in the output stream with a serialized form.
|
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSerializedSize, newBuilderForType, toBuilder, writeTogetDefaultInstanceForType, isInitializedprotected GeneratedMessageLite()
protected GeneratedMessageLite(GeneratedMessageLite.Builder builder)
public Parser<? extends MessageLite> getParserForType()
MessageLitegetParserForType in interface MessageLiteprotected boolean parseUnknownField(CodedInputStream input, CodedOutputStream unknownFieldsCodedOutput, ExtensionRegistryLite extensionRegistry, int tag) throws java.io.IOException
true unless the tag is an end-group tag.java.io.IOExceptionprotected void makeExtensionsImmutable()
public static <ContainingType extends MessageLite,Type> GeneratedMessageLite.GeneratedExtension<ContainingType,Type> newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, java.lang.Class singularType)
public static <ContainingType extends MessageLite,Type> GeneratedMessageLite.GeneratedExtension<ContainingType,Type> newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, java.lang.Class singularType)
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
return super.writeReplace();java.io.ObjectStreamException