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