Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
Packages that use ProtobufTagMarshaller.WriteContext
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
Protostream internals.
-
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ProtobufTagMarshaller.WriteContextModifier and TypeMethodDescriptionvoidProtobufTagMarshaller.write(ProtobufTagMarshaller.WriteContext ctx, T t) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.annotations.impl
Fields in org.infinispan.protostream.annotations.impl declared as ProtobufTagMarshaller.WriteContextModifier and TypeFieldDescriptionprivate final ProtobufTagMarshaller.WriteContextGeneratedMarshallerBase.NestedWriter.ctxMethods in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.WriteContextModifier and TypeMethodDescriptionprotected final <T> voidGeneratedMarshallerBase.writeMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, T message) Invoked by generated code.protected final <T> voidGeneratedMarshallerBase.writeNestedMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, int fieldNumber, T message) Invoked by generated code.Constructors in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.WriteContextModifierConstructorDescriptionNestedWriter(ProtobufTagMarshaller.WriteContext ctx, int fieldNumber) -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.WriteContextMethods in org.infinispan.protostream.impl with parameters of type ProtobufTagMarshaller.WriteContextModifier and TypeMethodDescriptionabstract voidBaseMarshallerDelegate.marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T value) Marshalls an object.voidEnumMarshallerDelegate.marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fd, T value) voidMessageMarshallerDelegate.marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T message) voidProtobufTagMarshallerDelegate.marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T value) static TagWriterImplTagWriterImpl.newNestedInstance(ProtobufTagMarshaller.WriteContext parent, byte[] buf) static TagWriterImplTagWriterImpl.newNestedInstance(ProtobufTagMarshaller.WriteContext parent, OutputStream output)