Class AttributeType.StringType

  • All Implemented Interfaces:
    AttributeType<java.lang.String>
    Enclosing interface:
    AttributeType<T>

    public static class AttributeType.StringType
    extends java.lang.Object
    implements AttributeType<java.lang.String>
    • Constructor Detail

      • StringType

        public StringType()
    • Method Detail

      • readValue

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

        public void writeValue​(PortableSchemaFactory factory,
                               com.hazelcast.nio.serialization.PortableWriter writer,
                               java.lang.String name,
                               java.lang.String value)
                        throws java.io.IOException
        Specified by:
        writeValue in interface AttributeType<java.lang.String>
        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.lang.String>