Package org.infinispan.tasks
Class TaskParameter$___Marshaller_55ab6261a1ea7a3ce1de0080979073ca2e807a0881a5f60b6eca5af183fa009
- java.lang.Object
-
- org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
-
- org.infinispan.tasks.TaskParameter$___Marshaller_55ab6261a1ea7a3ce1de0080979073ca2e807a0881a5f60b6eca5af183fa009
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>,org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor", comments="Please do not edit this file!") public final class TaskParameter$___Marshaller_55ab6261a1ea7a3ce1de0080979073ca2e807a0881a5f60b6eca5af183fa009 extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase implements org.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>
WARNING: Generated code! Do not edit!
-
-
Constructor Summary
Constructors Constructor Description TaskParameter$___Marshaller_55ab6261a1ea7a3ce1de0080979073ca2e807a0881a5f60b6eca5af183fa009()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.infinispan.tasks.TaskContext.TaskParameter>getJavaClass()StringgetTypeName()org.infinispan.tasks.TaskContext.TaskParameterread(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)voidwrite(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, org.infinispan.tasks.TaskContext.TaskParameter $2)
-
-
-
Method Detail
-
getJavaClass
public Class<org.infinispan.tasks.TaskContext.TaskParameter> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceorg.infinispan.protostream.BaseMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>
-
read
public org.infinispan.tasks.TaskContext.TaskParameter read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) throws IOException- Specified by:
readin interfaceorg.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>- Throws:
IOException
-
write
public void write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, org.infinispan.tasks.TaskContext.TaskParameter $2) throws IOException- Specified by:
writein interfaceorg.infinispan.protostream.ProtobufTagMarshaller<org.infinispan.tasks.TaskContext.TaskParameter>- Throws:
IOException
-
-