Class GenericProbe

java.lang.Object
com.ibatis.common.beans.BaseProbe
com.ibatis.common.beans.GenericProbe
All Implemented Interfaces:
Probe

public class GenericProbe extends BaseProbe
StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties. Methods are provided for all simple types as well as object types.

Examples:

StaticBeanProbe.setObject(object, propertyName, value);

Object value = StaticBeanProbe.getObject(object, propertyName);