Stringifier
A stringifier is a function for transforming objects to a string representations.
Author
Dustin Glaser
Inheritors
Functions
Link copied to clipboard
Returns a new stringifier using the given stringifier as an alternative to the current stringifier if the current stringifier cannot create a string representation.
Link copied to clipboard
Creates a string representation of the given object or use the given default string, if no string representation can be created.
Creates a string representation of the given object or the default string supplied by the given suuplier, if no string representation can be created.
Link copied to clipboard
Creates a string representation of the given object or
null
, if no string representation can be created.Link copied to clipboard
Creates a string representation of the given object or use toString, if no string representation can be created.