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