Class BoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.BoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a
- All Implemented Interfaces:
BaseMarshaller<Byte[]>,ElementContainerAdapter<Byte[]>,IndexedElementContainerAdapter<Byte[],,Byte> ProtobufTagMarshaller<Byte[]>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class BoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<Byte[]>, IndexedElementContainerAdapter<Byte[],Byte>
WARNING: Generated code! Do not edit!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
GeneratedMarshallerBase.NestedWriterNested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
ProtobufTagMarshaller.OperationContext, ProtobufTagMarshaller.ReadContext, ProtobufTagMarshaller.WriteContext -
Field Summary
FieldsFields inherited from interface org.infinispan.protostream.BaseMarshaller
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionBoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a() -
Method Summary
Modifier and TypeMethodDescriptiongetElement(Byte[] container, int index) Returns the Java type handled by this marshaller.intgetNumElements(Byte[] container) Returns the full name of the message or enum type, defined in a proto file.Byte[]voidsetElement(Byte[] container, int index, Byte element) voidwrite(ProtobufTagMarshaller.WriteContext $1, Byte[] $2) Methods inherited from class org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
readMessage, writeMessage, writeNestedMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.protostream.BaseMarshaller
getSubClassNames
-
Field Details
-
__a$
-
-
Constructor Details
-
BoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a
public BoxedByteArrayAdapter$___Marshaller_3ecad03a961218aa16b87abbd24bb222026c2096d5861bb11274f95ec272182a()
-
-
Method Details
-
getJavaClass
Description copied from interface:BaseMarshallerReturns the Java type handled by this marshaller. This must not change over multiple invocations.- Specified by:
getJavaClassin interfaceBaseMarshaller<Byte[]>- Returns:
- the Java type.
-
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<Byte[]>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
getNumElements
- Specified by:
getNumElementsin interfaceElementContainerAdapter<Byte[]>
-
getElement
- Specified by:
getElementin interfaceIndexedElementContainerAdapter<Byte[],Byte>
-
setElement
- Specified by:
setElementin interfaceIndexedElementContainerAdapter<Byte[],Byte>
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<Byte[]>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<Byte[]>- Throws:
IOException
-