Class BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b

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

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

      • BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b

        public BooleanArrayAdapter$___Marshaller_174d19f76d8296ffb0cafcb44e0c13ef3c16bf58b0204752835e18f2b0cce79b()
    • Method Detail

      • getJavaClass

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

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

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

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

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

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

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