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:
org.infinispan.protostream.BaseMarshaller<CounterConfiguration>
,org.infinispan.protostream.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 org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.ProtobufTagMarshaller<CounterConfiguration>
WARNING: Generated code! Do not edit!
-
-
Constructor Summary
Constructors Constructor Description CounterConfiguration$___Marshaller_200ccbe7f9bd55cd3d0f90bae5ea29adc0a29590c936038020329c50ede7e29f()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<CounterConfiguration>
getJavaClass()
String
getTypeName()
CounterConfiguration
read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
void
write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2)
-
-
-
Method Detail
-
getJavaClass
public Class<CounterConfiguration> getJavaClass()
-
getTypeName
public String getTypeName()
-
read
public CounterConfiguration read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) throws IOException
- Throws:
IOException
-
write
public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, CounterConfiguration $2) throws IOException
- Throws:
IOException
-
-