Class CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.counter.impl.entries.CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9
-
- All Implemented Interfaces:
BaseMarshaller<CounterValue>,ProtobufTagMarshaller<CounterValue>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9 extends GeneratedMarshallerBase implements ProtobufTagMarshaller<CounterValue>
WARNING: Generated code! Do not edit!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
ProtobufTagMarshaller.OperationContext, ProtobufTagMarshaller.ReadContext, ProtobufTagMarshaller.WriteContext
-
-
Constructor Summary
Constructors Constructor Description CounterValue$___Marshaller_6ab5201133840629eb172e42cdf5d3a4375120da429274c838069a25aba775b9()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<CounterValue>getJavaClass()Returns the Java type handled by this marshaller.StringgetTypeName()Returns the full name of the message or enum type, defined in a proto file.CounterValueread(ProtobufTagMarshaller.ReadContext $1)voidwrite(ProtobufTagMarshaller.WriteContext $1, CounterValue $2)-
Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessage
-
-
-
-
Method Detail
-
getJavaClass
public Class<CounterValue> getJavaClass()
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<CounterValue>- Returns:
- the Java type.
-
getTypeName
public String getTypeName()
Description copied from interface:BaseMarshallerReturns the full name of the message or enum type, defined in a proto file. This must not change over multiple invocations.- Specified by:
getTypeNamein interfaceBaseMarshaller<CounterValue>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
read
public CounterValue read(ProtobufTagMarshaller.ReadContext $1) throws IOException
- Specified by:
readin interfaceProtobufTagMarshaller<CounterValue>- Throws:
IOException
-
write
public void write(ProtobufTagMarshaller.WriteContext $1, CounterValue $2) throws IOException
- Specified by:
writein interfaceProtobufTagMarshaller<CounterValue>- Throws:
IOException
-
-