Uses of Interface
org.infinispan.protostream.UnknownFieldSet
Packages that use UnknownFieldSet
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
Protostream internals.
-
Uses of UnknownFieldSet in org.infinispan.protostream
Methods in org.infinispan.protostream that return UnknownFieldSetModifier and TypeMethodDescriptionMessage.getUnknownFieldSet()Deprecated.UnknownFieldSetHandler.getUnknownFieldSet(T message) Deprecated.Extract theUnknownFieldSetthat was previously attached to a message during unmarshalling.Methods in org.infinispan.protostream with parameters of type UnknownFieldSetModifier and TypeMethodDescriptionvoidMessage.setUnknownFieldSet(UnknownFieldSet unknownFieldSet) Deprecated.voidUnknownFieldSetHandler.setUnknownFieldSet(T message, UnknownFieldSet unknownFieldSet) Deprecated.Attach a non-emptyUnknownFieldSetto a message that was newly unmarshalled. -
Uses of UnknownFieldSet in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement UnknownFieldSetFields in org.infinispan.protostream.impl declared as UnknownFieldSetModifier and TypeFieldDescription(package private) final UnknownFieldSetProtoStreamReaderImpl.ReadMessageContext.unknownFieldSetMethods in org.infinispan.protostream.impl that return UnknownFieldSetModifier and TypeMethodDescription(package private) UnknownFieldSetProtoStreamReaderImpl.getUnknownFieldSet()Methods in org.infinispan.protostream.impl with parameters of type UnknownFieldSetModifier and TypeMethodDescriptionEnumMarshallerDelegate.decode(int expectedTag, int enumValue, UnknownFieldSet unknownFieldSet)