Class BoxedDoubleArrayAdapter$___Marshaller_aa34e2f3af065973137a9c9b7cca33e00166e043dcc91783d1bef4d77fd14b73
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.BoxedDoubleArrayAdapter$___Marshaller_aa34e2f3af065973137a9c9b7cca33e00166e043dcc91783d1bef4d77fd14b73
- 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 BoxedDoubleArrayAdapter$___Marshaller_aa34e2f3af065973137a9c9b7cca33e00166e043dcc91783d1bef4d77fd14b73
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) 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
-
BoxedDoubleArrayAdapter$___Marshaller_aa34e2f3af065973137a9c9b7cca33e00166e043dcc91783d1bef4d77fd14b73
public BoxedDoubleArrayAdapter$___Marshaller_aa34e2f3af065973137a9c9b7cca33e00166e043dcc91783d1bef4d77fd14b73()
-
-
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
- 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
-