Class AttributeType.RefType

  • All Implemented Interfaces:
    AttributeType<io.basestar.schema.Instance>
    Enclosing interface:
    AttributeType<T>

    public static class AttributeType.RefType
    extends java.lang.Object
    implements AttributeType<io.basestar.schema.Instance>
    • Constructor Detail

      • RefType

        public RefType()
    • Method Detail

      • readValue

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

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