| Interface and Description |
|---|
| org.infinispan.protostream.Message
this mechanism was replaced by
UnknownFieldSetHandler interface. This will be removed in 5.x |
| org.infinispan.protostream.MessageMarshaller
since 4.3.1.Final. Will be removed in version 5. Please use annotation based marshallers instead. See
AutoProtoSchemaBuilder |
| org.infinispan.protostream.UnknownFieldSetHandler
since 4.3.1. This will be removed together with
MessageMarshaller |
| 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.
|
| Class and Description |
|---|
| org.infinispan.protostream.annotations.ProtoSchemaBuilder
since 4.3.4. To be removed in version 5. Please use
AutoProtoSchemaBuilder instead. See
IPROTO-159. |
| Exceptions and Description |
|---|
| org.infinispan.protostream.annotations.ProtoSchemaBuilderException
since 4.3.4. Will be removed in version 5 together with
ProtoSchemaBuilder. |
| Annotation Type and Description |
|---|
| org.infinispan.protostream.annotations.ProtoEnum
replaced by
ProtoName. To be removed in version 5. |
| org.infinispan.protostream.annotations.ProtoMessage
replaced by
ProtoName. To be removed in version 5. |
| Field and Description |
|---|
| org.infinispan.protostream.annotations.ProtoSchemaBuilder.generateSchemaDebugComments |
| org.infinispan.protostream.WrappedMessage.WRAPPED_DESCRIPTOR_ID
Use
WrappedMessage.WRAPPED_DESCRIPTOR_TYPE_ID instead. |
| Annotation Type Element and Description |
|---|
| org.infinispan.protostream.annotations.AutoProtoSchemaBuilder.autoImportClasses
since 4.3.4. This will be removed in version 5. See IPROTO-158.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.