Interface org.as2lib.util.Stringifier

org.as2lib.core.BasicInterface
   +--org.as2lib.util.Stringifier

Description

Stringifier is the basic interface for classes that are responsible for creating string representations of objects.

The concrete stringifier should specify in its documentation what type of object it epects, that means from which type it expects the object to be an instance of.

Method Index

execute()

Inherited from BasicInterface

toString()

Method Detail

execute

public function execute(target):String

Returns the string representation of the passed-in target object.

Parameters

targetthe target object to stringify

Return

the string representation of the target object