Interface HasTransientProperties

    • Method Detail

      • getTransientProperties

        Map<String,​Object> getTransientProperties()
        Get the transient properties.
        Returns:
        the transient properties.
      • getTransientProperty

        Object getTransientProperty​(String name)
        Get a transient (non-serialized) property.
        Parameters:
        name - The name of the property.
        Returns:
        The property.
      • setTransientProperty

        void setTransientProperty​(String name,
                                  Object value)
        Set a transient (non-serialized) property.
        Parameters:
        name - the name of the property.
        value - the property value.