Package com.ibatis.common.beans

Interface Summary
Probe A Probe is an object that is used to work with beans, DOM objects, or other objects.
 

Class Summary
BaseProbe Abstract class used to help development of Probe implementations
ClassInfo This class represents a cached set of class definition information that allows for easy mapping between property names and getter/setter methods.
ComplexBeanProbe StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
DomProbe A Probe implementation for working with DOM objects
GenericProbe StaticBeanProbe provides methods that allow simple, reflective access to JavaBeans style properties.
ProbeFactory An abstract factory for getting Probe implementations.
 

Exception Summary
ProbeException BeansException for use for by BeanProbe and StaticBeanProbe.