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