Class ObjectArrayAdapter$___Marshaller_c79ffdb2524bee8d3480a5190a6a7bb10a9aaf23681aee90341cf5309ff2f018

  • All Implemented Interfaces:
    org.infinispan.protostream.BaseMarshaller<Object[]>, org.infinispan.protostream.containers.ElementContainerAdapter<Object[]>, org.infinispan.protostream.containers.IndexedElementContainerAdapter<Object[],​Object>, org.infinispan.protostream.ProtobufTagMarshaller<Object[]>

    @Generated(value="org.infinispan.protostream.annotations.impl.processor.AutoProtoSchemaBuilderAnnotationProcessor",
               comments="Please do not edit this file!")
    public final class ObjectArrayAdapter$___Marshaller_c79ffdb2524bee8d3480a5190a6a7bb10a9aaf23681aee90341cf5309ff2f018
    extends org.infinispan.protostream.annotations.impl.GeneratedMarshallerBase
    implements org.infinispan.protostream.ProtobufTagMarshaller<Object[]>, org.infinispan.protostream.containers.IndexedElementContainerAdapter<Object[],​Object>
    WARNING: Generated code! Do not edit!
    • Constructor Detail

      • ObjectArrayAdapter$___Marshaller_c79ffdb2524bee8d3480a5190a6a7bb10a9aaf23681aee90341cf5309ff2f018

        public ObjectArrayAdapter$___Marshaller_c79ffdb2524bee8d3480a5190a6a7bb10a9aaf23681aee90341cf5309ff2f018()
    • Method Detail

      • getJavaClass

        public Class<Object[]> getJavaClass()
        Specified by:
        getJavaClass in interface org.infinispan.protostream.BaseMarshaller<Object[]>
      • getTypeName

        public String getTypeName()
        Specified by:
        getTypeName in interface org.infinispan.protostream.BaseMarshaller<Object[]>
      • getNumElements

        public int getNumElements​(Object[] container)
        Specified by:
        getNumElements in interface org.infinispan.protostream.containers.ElementContainerAdapter<Object[]>
      • getElement

        public Object getElement​(Object[] container,
                                 int index)
        Specified by:
        getElement in interface org.infinispan.protostream.containers.IndexedElementContainerAdapter<Object[],​Object>
      • setElement

        public void setElement​(Object[] container,
                               int index,
                               Object element)
        Specified by:
        setElement in interface org.infinispan.protostream.containers.IndexedElementContainerAdapter<Object[],​Object>
      • read

        public Object[] read​(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)
                      throws IOException
        Specified by:
        read in interface org.infinispan.protostream.ProtobufTagMarshaller<Object[]>
        Throws:
        IOException
      • write

        public void write​(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1,
                          Object[] $2)
                   throws IOException
        Specified by:
        write in interface org.infinispan.protostream.ProtobufTagMarshaller<Object[]>
        Throws:
        IOException