com.ibatis.common.beans
public abstract class BaseProbe extends Object implements Probe
| Method Summary | |
|---|---|
| protected Object | getIndexedProperty(Object object, String indexedName) |
| protected Class | getIndexedType(Object object, String indexedName) |
| protected abstract Object | getProperty(Object object, String property) |
| abstract String[] | getReadablePropertyNames(Object object)
Returns an array of the readable properties exposed by an object
|
| abstract String[] | getWriteablePropertyNames(Object object)
Returns an array of the writeable properties exposed by an object
|
| protected void | setIndexedProperty(Object object, String indexedName, Object value) |
| protected abstract void | setProperty(Object object, String property, Object value) |
Parameters: object - the object
Returns: The array of property names
Parameters: object - the object
Returns: The array of property names