Interface ObjectPropertyMap

    • Method Detail

      • add

        void add​(Address addr,
                 Saveable value)
        Add an object value at the specified address.
        Parameters:
        addr - address for the property
        value - value of the property
      • getObjectClass

        java.lang.Class<?> getObjectClass()
        Returns Saveable object class.