Class ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c
java.lang.Object
org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
org.infinispan.protostream.types.java.collections.ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c
- All Implemented Interfaces:
BaseMarshaller<ArrayList>,ElementContainerAdapter<ArrayList>,IterableElementContainerAdapter<ArrayList,,Object> ProtobufTagMarshaller<ArrayList>
@Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
comments="Please do not edit this file!")
public final class ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c
extends GeneratedMarshallerBase
implements ProtobufTagMarshaller<ArrayList>, IterableElementContainerAdapter<ArrayList,Object>
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 TypeMethodDescriptionvoidappendElement(ArrayList container, Object element) getElements(ArrayList container) Returns the Java type handled by this marshaller.intgetNumElements(ArrayList container) Returns the full name of the message or enum type, defined in a proto file.voidMethods 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
-
ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c
public ArrayListAdapter$___Marshaller_644b926b0d3f3b832ca16b720ed12a15fdedccbf32741bf201b2c4bb4245d40c()
-
-
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<ArrayList>- 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<ArrayList>- Returns:
- the full name of the message or enum type, defined in a proto file.
-
getNumElements
- Specified by:
getNumElementsin interfaceElementContainerAdapter<ArrayList>
-
getElements
- Specified by:
getElementsin interfaceIterableElementContainerAdapter<ArrayList,Object>
-
appendElement
- Specified by:
appendElementin interfaceIterableElementContainerAdapter<ArrayList,Object>
-
read
- Specified by:
readin interfaceProtobufTagMarshaller<ArrayList>- Throws:
IOException
-
write
- Specified by:
writein interfaceProtobufTagMarshaller<ArrayList>- Throws:
IOException
-