Uses of Class
org.infinispan.protostream.impl.BaseMarshallerDelegate
Packages that use BaseMarshallerDelegate
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 BaseMarshallerDelegate in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type BaseMarshallerDelegateModifier and TypeMethodDescriptionprivate static voidWrappedMessage.writeContainer(ImmutableSerializationContext ctx, TagWriter out, BaseMarshallerDelegate marshallerDelegate, Object container) -
Uses of BaseMarshallerDelegate in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type BaseMarshallerDelegateModifier and TypeMethodDescriptionprotected final <T> TGeneratedMarshallerBase.readMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.ReadContext ctx) Invoked by generated code.protected 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. -
Uses of BaseMarshallerDelegate in org.infinispan.protostream.impl
Subclasses of BaseMarshallerDelegate in org.infinispan.protostream.implModifier and TypeClassDescriptionfinal classEnumMarshallerDelegate<T extends Enum<T>>(package private) final class(package private) final classFields in org.infinispan.protostream.impl declared as BaseMarshallerDelegateModifier and TypeFieldDescription(package private) final BaseMarshallerDelegate<?> SerializationContextImpl.Registration.marshallerDelegateMethods in org.infinispan.protostream.impl that return BaseMarshallerDelegateModifier and TypeMethodDescription<T> BaseMarshallerDelegate<T> SerializationContextImpl.getMarshallerDelegate(Class<T> javaClass) <T> BaseMarshallerDelegate<T> SerializationContextImpl.getMarshallerDelegate(String typeName) <T> BaseMarshallerDelegate<T> SerializationContextImpl.getMarshallerDelegate(T object) private <T> BaseMarshallerDelegate<T> SerializationContextImpl.makeMarshallerDelegate(BaseMarshaller<T> marshaller) Constructors in org.infinispan.protostream.impl with parameters of type BaseMarshallerDelegateModifierConstructorDescription(package private)Registration(BaseMarshallerDelegate<?> marshallerDelegate) (package private)Registration(BaseMarshallerDelegate<?> marshallerDelegate, SerializationContext.InstanceMarshallerProvider<?> marshallerProvider)