Class DefaultFormat

java.lang.Object
org.openl.util.print.DefaultFormat

public final class DefaultFormat extends Object
Default format to convert Object values to String representations. Supports:
- null objects
- arrays (Object and primitives)
- object that are instances of Collection
- maps of objects.
Author:
snshor