Class AttributeType.BooleanArrayType

  • All Implemented Interfaces:
    AttributeType<java.util.List<java.lang.Boolean>>
    Enclosing interface:
    AttributeType<T>

    public static class AttributeType.BooleanArrayType
    extends java.lang.Object
    implements AttributeType<java.util.List<java.lang.Boolean>>
    • Constructor Detail

      • BooleanArrayType

        public BooleanArrayType()
    • Method Detail

      • readValue

        public java.util.List<java.lang.Boolean> readValue​(com.hazelcast.nio.serialization.PortableReader reader,
                                                           java.lang.String name)
                                                    throws java.io.IOException
        Specified by:
        readValue in interface AttributeType<java.util.List<java.lang.Boolean>>
        Throws:
        java.io.IOException
      • writeValue

        public void writeValue​(PortableSchemaFactory factory,
                               com.hazelcast.nio.serialization.PortableWriter writer,
                               java.lang.String name,
                               java.util.List<java.lang.Boolean> value)
                        throws java.io.IOException
        Specified by:
        writeValue in interface AttributeType<java.util.List<java.lang.Boolean>>
        Throws:
        java.io.IOException
      • defValue

        public void defValue​(PortableSchemaFactory factory,
                             com.hazelcast.nio.serialization.ClassDefinitionBuilder builder,
                             java.lang.String name)
        Specified by:
        defValue in interface AttributeType<java.util.List<java.lang.Boolean>>