Package org.infinispan.counter.api
Class CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.counter.api.CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f
-
- All Implemented Interfaces:
BaseMarshaller<CounterConfiguration>,ProtobufTagMarshaller<CounterConfiguration>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f extends GeneratedMarshallerBase implements ProtobufTagMarshaller<CounterConfiguration>
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 CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<CounterConfiguration>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.CounterConfigurationread(ProtobufTagMarshaller.ReadContext $1)voidwrite(ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2)-
Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessage
-
-
-
-
Method Detail
-
getJavaClass
public Class<CounterConfiguration> getJavaClass()
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<CounterConfiguration>- 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<CounterConfiguration>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
read
public CounterConfiguration read(ProtobufTagMarshaller.ReadContext $1) throws IOException
- Specified by:
readin interfaceProtobufTagMarshaller<CounterConfiguration>- Throws:
IOException
-
write
public void write(ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2) throws IOException
- Specified by:
writein interfaceProtobufTagMarshaller<CounterConfiguration>- Throws:
IOException
-
-