Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.ReadContext
-
Packages that use ProtobufTagMarshaller.ReadContext Package Description org.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.counter.api Clustered Counters API.org.infinispan.counter.impl.entries org.infinispan.counter.impl.strong org.infinispan.counter.impl.weak org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.annotations.impl 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.org.infinispan.protostream.impl Protostream internals. -
-
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.commons.dataconversion
Methods in org.infinispan.commons.dataconversion with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description MediaTypeMediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description WrappedByteArrayWrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description KeyValueWithPreviousKeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1. read(ProtobufTagMarshaller.ReadContext $1)NullValueNullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.counter.api
Methods in org.infinispan.counter.api with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description CounterConfigurationCounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.counter.impl.entries
Methods in org.infinispan.counter.impl.entries with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description CounterValueCounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description StrongCounterKeyStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description WeakCounterKeyWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02. read(ProtobufTagMarshaller.ReadContext $1) -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description TProtobufTagMarshaller. read(ProtobufTagMarshaller.ReadContext ctx)default TRawProtobufMarshaller. read(ProtobufTagMarshaller.ReadContext ctx)Deprecated. -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description protected <T> TGeneratedMarshallerBase. readMessage(BaseMarshallerDelegate<T> marshallerDelegate, ProtobufTagMarshaller.ReadContext ctx)Invoked by generated code. -
Uses of ProtobufTagMarshaller.ReadContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.ReadContext Modifier and Type Class Description classTagReaderImplMethods in org.infinispan.protostream.impl with parameters of type ProtobufTagMarshaller.ReadContext Modifier and Type Method Description static TagReaderImplTagReaderImpl. newNestedInstance(ProtobufTagMarshaller.ReadContext parent, byte[] buf)static TagReaderImplTagReaderImpl. newNestedInstance(ProtobufTagMarshaller.ReadContext parent, InputStream input)abstract TBaseMarshallerDelegate. unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fieldDescriptor)Unmarshalls an object.TEnumMarshallerDelegate. unmarshall(ProtobufTagMarshaller.ReadContext ctx, FieldDescriptor fd)
-