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