- makeTag(int, int) - Static method in class org.infinispan.protostream.impl.WireFormat
-
Makes a tag value given a field number and wire type.
- MarshallerRegistration - Class in org.infinispan.protostream.sampledomain.marshallers
-
- MarshallerRegistration() - Constructor for class org.infinispan.protostream.sampledomain.marshallers.MarshallerRegistration
-
- mergeFieldFrom(int, CodedInputStream) - Method in interface org.infinispan.protostream.UnknownFieldSet
-
Parse a single field from input
and merge it into this set.
- mergeFrom(CodedInputStream) - Method in interface org.infinispan.protostream.UnknownFieldSet
-
Parse an entire message from input
and merge its fields into this set.
- mergeVarintField(int, int) - Method in interface org.infinispan.protostream.UnknownFieldSet
-
Convenience method for merging a new field containing a single varint value.
- Message - Interface in org.infinispan.protostream
-
An evolvable message with support for preserving unknown fields.
- MessageContext<E extends MessageContext> - Class in org.infinispan.protostream
-
- MessageContext(E, String, Descriptors.Descriptor) - Constructor for class org.infinispan.protostream.MessageContext
-
- messageDescriptor - Variable in class org.infinispan.protostream.MessageContext
-
The descriptor of the current message.
- MessageMarshaller<T> - Interface in org.infinispan.protostream
-
- MessageMarshaller.ProtoStreamReader - Interface in org.infinispan.protostream
-
An high-level interface for the wire encoding of a protobuf stream that allows reading named and typed message
fields.
- MessageMarshaller.ProtoStreamWriter - Interface in org.infinispan.protostream
-