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