Interface RawProperties


  • public interface RawProperties
    A bean can implement this interface to be provided with remaining values as custom properties.
    Since:
    2.0M2
    Version:
    $Id: 2f6b24e10a31ca859a32b398899fd6c18ea179ce $
    • Method Detail

      • set

        void set​(String propertyName,
                 Object value)
        Set a custom property to the bean.

        This method need to be named that way or any other way that don't match property getter/setter naming. We could used PropertyHidden but it's better to avoid it if possible.

        Parameters:
        propertyName - the name of the custom property
        value - the value of the property