| Class and Description |
|---|
| AbstractMessageLite
A partial implementation of the
MessageLite interface which implements as many methods of that interface as
possible in terms of other methods. |
| AbstractMessageLite.Builder
A partial implementation of the
MessageLite.Builder interface which implements as many methods of that
interface as possible in terms of other methods. |
| AbstractParser
A partial implementation of the
Parser interface which implements as many methods of that interface as
possible in terms of other methods. |
| ByteOutput
An output target for raw bytes.
|
| ByteString
Immutable sequence of bytes.
|
| ByteString.ByteIterator
This interface extends
Iterator<Byte>, so that we can return an unboxed byte. |
| ByteString.Output
Outputs to a
ByteString instance. |
| CodedInputStream
Reads and decodes protocol message fields.
|
| CodedOutputStream
Encodes and writes protocol message fields.
|
| ExperimentalApi
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
|
| ExtensionLite
Lite interface that generated extensions implement.
|
| ExtensionRegistryLite
A table of known extensions, searchable by name or field number.
|
| GeneratedMessageLite
All generated protocol message classes extend this class.
|
| GeneratedMessageLite.Builder |
| GeneratedMessageLite.ExtendableBuilder
Generated message builders for message types that contain extension ranges subclass this.
|
| GeneratedMessageLite.ExtendableMessage
Generated message classes for message types that contain extension ranges subclass this.
|
| GeneratedMessageLite.ExtendableMessage.ExtensionWriter
Used by subclasses to serialize extensions.
|
| GeneratedMessageLite.ExtendableMessageOrBuilder |
| GeneratedMessageLite.GeneratedExtension
Type used to represent generated extensions.
|
| GeneratedMessageLite.MergeFromVisitor
Implements field merging semantics over the visitor interface.
|
| GeneratedMessageLite.MethodToInvoke
Defines which method path to invoke in
#dynamicMethod(MethodToInvoke, Object...). |
| GeneratedMessageLite.SerializedForm
A serialized (serializable) form of the generated message.
|
| GeneratedMessageLite.Visitor
An abstract visitor that the generated code calls into that we use to implement various features.
|
| Internal.BooleanList
A
List implementation that avoids boxing the elements into Booleans if possible. |
| Internal.DoubleList
A
List implementation that avoids boxing the elements into Doubles if possible. |
| Internal.EnumLite
Interface for an enum value or value descriptor, to be used in FieldSet.
|
| Internal.EnumLiteMap
Interface for an object which maps integers to
Internal.EnumLites. |
| Internal.FloatList
A
List implementation that avoids boxing the elements into Floats if possible. |
| Internal.IntList
A
List implementation that avoids boxing the elements into Integers if possible. |
| Internal.ListAdapter.Converter
Convert individual elements of the List from F to T.
|
| Internal.LongList
A
List implementation that avoids boxing the elements into Longs if possible. |
| Internal.MapAdapter.Converter
An interface used to convert between two types.
|
| Internal.ProtobufList
Extends
List to add the capability to make the list immutable and inspect if it is modifiable. |
| InvalidProtocolBufferException
Thrown when a protocol message being parsed is invalid in some way, e.g.
|
| LazyFieldLite
LazyFieldLite encapsulates the logic of lazily parsing message fields.
|
| LazyStringList
An interface extending
List<String> that also provides access to the items of the list as UTF8-encoded
ByteString or byte[] objects. |
| MapEntryLite
Implements the lite version of map entry messages.
|
| MapFieldLite
Internal representation of map fields in generated lite-runtime messages.
|
| MessageLite
Abstract interface implemented by Protocol Message objects.
|
| MessageLite.Builder
Abstract interface implemented by Protocol Message builders.
|
| MessageLiteOrBuilder
Base interface for methods common to
MessageLite and MessageLite.Builder to provide type equivalency. |
| Parser
Abstract interface for parsing Protocol Messages.
|
| ProtocolStringList
An interface extending
List<String> used for repeated string fields to provide optional access to the data as
a list of ByteStrings. |
| UninitializedMessageException
Thrown when attempting to build a protocol message that is missing required fields.
|
UnknownFieldSetLite
UnknownFieldSetLite is used to keep track of fields which were seen when parsing a protocol message but whose
field numbers or types are unrecognized. |
| WireFormat.FieldType
This is only here to support the lite runtime and should not be used by users.
|
| WireFormat.JavaType
This is only here to support the lite runtime and should not be used by users.
|