-
Interfaces Interface Description org.infinispan.protostream.DescriptorParser since 4.4. Will be removed in 5.0 with no replacementorg.infinispan.protostream.Message this mechanism was replaced byUnknownFieldSetHandler
interface. This will be removed in 5.xorg.infinispan.protostream.MessageMarshaller since 4.3.1.Final. Will be removed in version 5. Please use annotation based marshallers instead. SeeAutoProtoSchemaBuilder
org.infinispan.protostream.RawProtobufMarshaller replaced byProtobufTagMarshaller
. To be removed in version 5.org.infinispan.protostream.RawProtoStreamReader replaced byTagReader
. To be removed in 5.0.org.infinispan.protostream.RawProtoStreamWriter replaced byTagWriter
. To be removed in 5.0.org.infinispan.protostream.SerializationContext.MarshallerProvider Since 4.4. Replaced by the more flexibleSerializationContext.InstanceMarshallerProvider
. To be removed in 5.org.infinispan.protostream.UnknownFieldSetHandler since 4.3.1. This will be removed together withMessageMarshaller
org.infinispan.protostream.WrappedMessageTypeIdMapper since 4.3.1 because it does not suit the intended purpose. Will be removed in 4.4.x with no replacement.
-
Classes Class Description org.infinispan.protostream.annotations.ProtoSchemaBuilder since 4.3.4. To be removed in version 5. Please useAutoProtoSchemaBuilder
instead. See IPROTO-159.org.infinispan.protostream.impl.WireFormat replaced byWireType
. To be removed in version 5.
-
Annotation Types Annotation Type Description org.infinispan.protostream.annotations.impl.OriginatingClasses this was replaced by org.infinispan.protostream.annotations.impl.processor.OriginatingClasses and it was not removed yet to prevent binary compat issues but will be removed in 4.4org.infinispan.protostream.annotations.ProtoDoc For ProtoStream documentation comment annotations, annotate directly theProtoField
s with the annotations to add. For the general text case, there is no replacement.org.infinispan.protostream.annotations.ProtoDocs For ProtoStream documentation comment annotations, annotate directly theProtoField
s with the annotations to add. * For the general text case, there is no replacement.org.infinispan.protostream.annotations.ProtoEnum replaced byProtoName
. To be removed in version 5.org.infinispan.protostream.annotations.ProtoMessage replaced byProtoName
. To be removed in version 5.
-
Fields Field Description org.infinispan.protostream.annotations.ProtoSchemaBuilder.generateSchemaDebugComments org.infinispan.protostream.WrappedMessage.WRAPPED_DESCRIPTOR_FULL_NAME UseWrappedMessage.WRAPPED_TYPE_NAME
instead. This will be removed in ver. 5.org.infinispan.protostream.WrappedMessage.WRAPPED_DESCRIPTOR_ID UseWrappedMessage.WRAPPED_TYPE_ID
instead. This will be removed in ver. 5.org.infinispan.protostream.WrappedMessage.WRAPPED_DESCRIPTOR_TYPE_ID UseWrappedMessage.WRAPPED_TYPE_ID
instead. This will be removed in ver. 5.
-
Annotation Type Elements Annotation Type Element Description org.infinispan.protostream.annotations.AutoProtoSchemaBuilder.autoImportClasses() since 4.3.4. This will be removed in version 5. See IPROTO-158.