| 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 next major version. Please use annotation based marshallers
instead.
|
| 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.
|
| Annotation Type and Description |
|---|
| org.infinispan.protostream.annotations.ProtoEnum
replaced by
ProtoName |
| org.infinispan.protostream.annotations.ProtoMessage
replaced by
ProtoName |
| Field and Description |
|---|
| org.infinispan.protostream.annotations.ProtoSchemaBuilder.generateSchemaDebugComments |
| org.infinispan.protostream.WrappedMessage.WRAPPED_DESCRIPTOR_ID
Use
WrappedMessage.WRAPPED_DESCRIPTOR_TYPE_ID instead. |
| Method and Description |
|---|
| org.infinispan.protostream.annotations.impl.types.XClass.asClass() |
| org.infinispan.protostream.ImmutableSerializationContext.getTypeIdByName(String)
replaced by
getDescriptorByName(fullTypeName).getTypeId() |
| org.infinispan.protostream.ImmutableSerializationContext.getTypeNameById(Integer)
replaced by
getDescriptorByTypeId(typeId).getFullName() |
| org.infinispan.protostream.config.AnnotationAttributeConfiguration.Builder.parentBuilder() |
| org.infinispan.protostream.config.Configuration.Builder.setLogUndefinedAnnotations(boolean) |
| org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter.writeEnum(String, E, Class<E>) |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.