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