com.advancedpwr.record.inspect
Class BeanInspector
java.lang.Object
com.advancedpwr.record.inspect.Inspector
com.advancedpwr.record.inspect.BeanInspector
public class BeanInspector
- extends Inspector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanInspector
public BeanInspector()
sortedMethods
protected List<Method> sortedMethods()
inspect
public void inspect(InstanceTree inTree)
- Specified by:
inspect in class Inspector
addMethodAccessPath
protected void addMethodAccessPath()
addAccessPathForResult
protected void addAccessPathForResult(Method inGetter,
Object result)
createAccessorMethodPath
protected AccessPath createAccessorMethodPath(Method inGetter,
Object result)
isSetter
protected boolean isSetter()
getterName
protected String getterName()
getterMethod
protected Method getterMethod()
isGetter
protected boolean isGetter(Method method)
hasGetterMethod
protected boolean hasGetterMethod()
getCurrentMethod
protected Method getCurrentMethod()
setCurrentMethod
protected void setCurrentMethod(Method currentMethod)
invoke
protected Object invoke(Method getter)
Copyright © 2011 Advanced Power Co. All Rights Reserved.