Class IntArrayAdapter$___Marshaller_79d755c6a38925bcdbb7d0f64f00079deb9df359904b13797e5145bdf03ee5d
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.IntArrayAdapter$___Marshaller_79d755c6a38925bcdbb7d0f64f00079deb9df359904b13797e5145bdf03ee5d
- All Implemented Interfaces:
BaseMarshaller<int[]>,ElementContainerAdapter<int[]>,IndexedElementContainerAdapter<int[],,Integer> ProtobufTagMarshaller<int[]>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class IntArrayAdapter$___Marshaller_79d755c6a38925bcdbb7d0f64f00079deb9df359904b13797e5145bdf03ee5d
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<int[]>, IndexedElementContainerAdapter<int[],Integer>
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetElement(int[] container, int index) Class<int[]> Returns the Java type handled by this marshaller.intgetNumElements(int[] container) Returns the full name of the message or enum type, defined in a proto file.int[]voidsetElement(int[] container, int index, Integer element) voidwrite(ProtobufTagMarshaller.WriteContext $1, int[] $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
-
IntArrayAdapter$___Marshaller_79d755c6a38925bcdbb7d0f64f00079deb9df359904b13797e5145bdf03ee5d
public IntArrayAdapter$___Marshaller_79d755c6a38925bcdbb7d0f64f00079deb9df359904b13797e5145bdf03ee5d()
-
-
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<int[]>- 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<int[]>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
getNumElements
public int getNumElements(int[] container) - Specified by:
getNumElementsin interfaceElementContainerAdapter<int[]>
-
getElement
- Specified by:
getElementin interfaceIndexedElementContainerAdapter<int[],Integer>
-
setElement
- Specified by:
setElementin interfaceIndexedElementContainerAdapter<int[],Integer>
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<int[]>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<int[]>- Throws:
IOException
-