Interface PropertyConduit

    • Method Detail

      • get

        Object get​(Object instance)
        Reads the property from the instance.
        Parameters:
        instance - object containing the property
        Returns:
        the current value of the property
      • set

        void set​(Object instance,
                 Object value)
        Changes the current value of the property.
        Parameters:
        instance - object containing the property
        value - to change the property to
      • getPropertyType

        Class getPropertyType()
        Returns the type of the property read or updated by the conduit.