Interface com.bdnm.mvc.ObjectPrinter
All Packages Class Hierarchy This Package Previous Next Index
Interface com.bdnm.mvc.ObjectPrinter
- public interface ObjectPrinter
- extends Object
When implemented, this interface permits a class to
change an Object into a String.
- See Also:
- ObjectReader
-
toString(Object)
- Converts the given object to a string.
toString
public abstract String toString(Object obj)
- Converts the given object to a string.
- Parameters:
- obj - the object to convert to a String
- Returns:
- a string representation of the object
All Packages Class Hierarchy This Package Previous Next Index