Interface StringValue

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getString​(java.lang.Object value)
      Returns a string representation of the given value.
    • Method Detail

      • getString

        java.lang.String getString​(java.lang.Object value)
        Returns a string representation of the given value.

        PENDING JW: forgot - why not null return guaranteed?

        Parameters:
        value - the object to present as a string
        Returns:
        a string representation of the given value, guaranteed to be not null