net.sf.beanlib.provider
Class BeanDebugger

java.lang.Object
  extended by net.sf.beanlib.provider.BeanDebugger

public class BeanDebugger
extends Object

Bean Debugger.

Author:
Joe D. Velopar

Field Summary
static BeanDebugger inst
          Singleton instance.
 
Constructor Summary
private BeanDebugger()
          Singleton.
 
Method Summary
 void debugBeanProperties(Object bean, Log log)
          Logs at debug level all readable properties of the given bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inst

public static final BeanDebugger inst
Singleton instance.

Constructor Detail

BeanDebugger

private BeanDebugger()
Singleton.

Method Detail

debugBeanProperties

public void debugBeanProperties(Object bean,
                                Log log)
Logs at debug level all readable properties of the given bean.