Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.ReadContext
Packages that use ProtobufTagMarshaller.ReadContext
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.ReadContext in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ProtobufTagMarshaller.ReadContextModifier and TypeMethodDescriptionProtobufTagMarshaller.read(ProtobufTagMarshaller.ReadContext ctx) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.ReadContextModifier and TypeMethodDescriptionprotected final <T> TGeneratedMarshallerBase.readMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.ReadContext ctx) Invoked by generated code. -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.ReadContextMethods in org.infinispan.protostream.impl with parameters of type ProtobufTagMarshaller.ReadContextModifier and TypeMethodDescriptionstatic TagReaderImplTagReaderImpl.newNestedInstance(ProtobufTagMarshaller.ReadContext parent, byte[] buf) static TagReaderImplTagReaderImpl.newNestedInstance(ProtobufTagMarshaller.ReadContext parent, InputStream input) private <A> AProtoStreamReaderImpl.readNestedObject(FieldDescriptor fd, Class<A> clazz, ProtobufTagMarshaller.ReadContext ctx, int length) Read an Object or an Enum.abstract TBaseMarshallerDelegate.unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fieldDescriptor) Unmarshalls an object.EnumMarshallerDelegate.unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fd) MessageMarshallerDelegate.unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fieldDescriptor) ProtobufTagMarshallerDelegate.unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fieldDescriptor)