Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
-
Packages that use ProtobufTagMarshaller.WriteContext Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.annotations.impl 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.org.infinispan.protostream.impl Protostream internals. -
-
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description voidProtobufTagMarshaller. write(ProtobufTagMarshaller.WriteContext ctx, T t)default voidRawProtobufMarshaller. write(ProtobufTagMarshaller.WriteContext ctx, T t)Deprecated. -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description protected <T> voidGeneratedMarshallerBase. writeMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, T message)Invoked by generated code.protected <T> voidGeneratedMarshallerBase. writeNestedMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.WriteContext ctx, int fieldNumber, T message)Invoked by generated code. -
Uses of ProtobufTagMarshaller.WriteContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.WriteContext Modifier and Type Class Description classTagWriterImplMethods in org.infinispan.protostream.impl with parameters of type ProtobufTagMarshaller.WriteContext Modifier and Type Method Description abstract voidBaseMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fieldDescriptor, T value)Marshalls an object.voidEnumMarshallerDelegate. marshall(ProtobufTagMarshaller.WriteContext ctx, FieldDescriptor fd, T value)static TagWriterImplTagWriterImpl. newNestedInstance(ProtobufTagMarshaller.WriteContext parent, byte[] buf)static TagWriterImplTagWriterImpl. newNestedInstance(ProtobufTagMarshaller.WriteContext parent, OutputStream output)
-