Packagesystem.data.maps
Classpublic class MapFormatter
InheritanceMapFormatter Inheritance Object
Implements Formattable

Converts a Map to a custom string representation.



Public Methods
 MethodDefined By
  
Creates a new MapFormatter instance.
MapFormatter
  
format(value:* = null):String
Formats the specified value.
MapFormatter
Constructor Detail
MapFormatter()Constructor
public function MapFormatter()

Creates a new MapFormatter instance.

Method Detail
format()method
public function format(value:* = null):String

Formats the specified value.

Parameters

value:* (default = null) — The object to format.

Returns
String — the string representation of the formatted value.