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