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) classAn object responsible for allocation of buffers.classAn output target for raw bytes.(package private) final classA reader of fields from a serialized protobuf message.(package private) final classA writer that performs serialization of protobuf message fields.(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) interfaceSchema<T>A runtime schema for a single protobuf message.(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> 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)