Class BoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.BoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35
- 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 BoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35
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
ConstructorsConstructorDescriptionBoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35() -
Method Summary
Modifier and TypeMethodDescriptiongetElement(Long[] container, int index) 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
-
BoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35
public BoxedLongArrayAdapter$___Marshaller_76292afe763a744903f485c36349f8a1988da26f29ea6e5095aa1ddd921fec35()
-
-
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
- 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
-