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