Class AttributeType.BooleanArrayType
- java.lang.Object
-
- io.basestar.storage.hazelcast.serde.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>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.basestar.storage.hazelcast.serde.AttributeType
AttributeType.BinaryType, AttributeType.BooleanArrayType, AttributeType.BooleanType, AttributeType.EncodedType<T>, AttributeType.IntegerArrayType, AttributeType.IntegerType, AttributeType.NumberArrayType, AttributeType.NumberType, AttributeType.RefArrayType, AttributeType.RefType, AttributeType.StringArrayType, AttributeType.StringType, AttributeType.StructArrayType, AttributeType.StructType
-
-
Field Summary
-
Fields inherited from interface io.basestar.storage.hazelcast.serde.AttributeType
BINARY, BOOLEAN, BOOLEAN_ARRAY, INTEGER, INTEGER_ARRAY, NUMBER, NUMBER_ARRAY, REF, REF_ARRAY, STRING, STRING_ARRAY
-
-
Constructor Summary
Constructors Constructor Description BooleanArrayType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.ClassDefinitionBuilder builder, java.lang.String name)java.util.List<java.lang.Boolean>readValue(com.hazelcast.nio.serialization.PortableReader reader, java.lang.String name)voidwriteValue(PortableSchemaFactory factory, com.hazelcast.nio.serialization.PortableWriter writer, java.lang.String name, java.util.List<java.lang.Boolean> value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.basestar.storage.hazelcast.serde.AttributeType
def, read, write
-
-
-
-
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:
readValuein interfaceAttributeType<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:
writeValuein interfaceAttributeType<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:
defValuein interfaceAttributeType<java.util.List<java.lang.Boolean>>
-
-