Uses of Annotation Interface
com.google.protobuf.ExperimentalApi
Packages that use ExperimentalApi
-
Uses of ExperimentalApi in com.google.protobuf
Classes in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeClassDescription(package private) classA buffer that was allocated by aBufferAllocator.(package private) classAReaderthat reads from a buffer containing a message serialized with the binary protocol.(package private) classA protobuf writer that serializes messages in their binary form.(package private) classAn object responsible for allocation of buffers.classAn output target for raw bytes.(package private) final classAn adapter between theReaderinterface andCodedInputStream.(package private) final classAn adapter between theWriterinterface andCodedOutputStream.(package private) final classA factory for message info based on protobuf descriptors for aGeneratedMessage.(package private) final classInformation for a single field in a protobuf message class.enumEnumeration identifying all relevant type information for a protobuf field.(package private) classA factory for message info that is generated into the message itself.static classException indicating that an unexpected wire type was encountered for a field.enumEnum that identifies the Java types required to store protobuf fields.(package private) final classDynamically generates a manifest-based (i.e.(package private) interfaceA factory that createsMessageInfoinstances for message types.(package private) final classInformation for a oneof within a protobuf message.(package private) final classenumRepresents the syntax version of the message.(package private) interfaceA reader of fields from a serialized protobuf message.(package private) interfaceSchema<T>A runtime schema for a single protobuf message.(package private) interfaceA factory that manufacturesSchemainstances for protobuf messages.(package private) final classHelper methods used by schemas.(package private) final classInformation for the layout of a protobuf message class.(package private) classUnknownFieldSchema<T,B> (package private) interfaceA writer that performs serialization of protobuf message fields.Methods in com.google.protobuf with annotations of type ExperimentalApiModifier and TypeMethodDescriptionabstract voidCodedOutputStream.write(byte value) abstract voidCodedOutputStream.write(byte[] value, int offset, int length) abstract voidCodedOutputStream.writeLazy(byte[] value, int offset, int length) abstract voidCodedOutputStream.writeLazy(ByteBuffer value)