net.sf.beanlib.utils
Class DebugUtils
java.lang.Object
net.sf.beanlib.utils.DebugUtils
public class DebugUtils
- extends Object
Debug Utilities.
- Author:
- Joe D. Velopar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inst
public static final DebugUtils inst
DebugUtils
private DebugUtils()
getFieldValue
public Object getFieldValue(Class c,
String declaredFieldName,
Object target)
- Returns the value of a declared field regardless of the privacy modifier.
This breaks encapsulation, so please use it only for debugging purposes.