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