Class ShortArrayAdapter$___Marshaller_fbd5d22b91e5786009b0017a598a71481a1e2595f47793a980b52fcecfff8f3b
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.arrays.ShortArrayAdapter$___Marshaller_fbd5d22b91e5786009b0017a598a71481a1e2595f47793a980b52fcecfff8f3b
- 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 ShortArrayAdapter$___Marshaller_fbd5d22b91e5786009b0017a598a71481a1e2595f47793a980b52fcecfff8f3b
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) Class<short[]> 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
-
ShortArrayAdapter$___Marshaller_fbd5d22b91e5786009b0017a598a71481a1e2595f47793a980b52fcecfff8f3b
public ShortArrayAdapter$___Marshaller_fbd5d22b91e5786009b0017a598a71481a1e2595f47793a980b52fcecfff8f3b()
-
-
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
public int getNumElements(short[] container) - 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
-