Interface SelfDescribing

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.StringBuffer describeTo​(java.lang.StringBuffer buffer)
      Appends the description of this object to the buffer.
    • Method Detail

      • describeTo

        java.lang.StringBuffer describeTo​(java.lang.StringBuffer buffer)
        Appends the description of this object to the buffer.
        Parameters:
        buffer - The buffer that the description is appended to.
        Returns:
        The buffer passed to the invokedMethod.