net.sf.mindoro.commons.util
Class BeanUtils

java.lang.Object
  extended bynet.sf.mindoro.commons.util.BeanUtils

public final class BeanUtils
extends java.lang.Object

Author:
aisrael TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
static java.lang.String beanToString(java.lang.Object obj)
          Return a String representation of the given object listing all public properties (suitable for logging or debugging).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

beanToString

public static java.lang.String beanToString(java.lang.Object obj)
Return a String representation of the given object listing all public properties (suitable for logging or debugging).

Parameters:
obj - any Object
Returns:
a String representation of this object listing all public properties


Copyright © 2005 Project Mindoro. All Rights Reserved.