net.sf.beanlib.spi
Interface BeanMethodFinder

All Known Implementing Classes:
ProtectedReaderMethodFinder, PublicReaderMethodFinder

public interface BeanMethodFinder

Used to find a method from a JavaBean.

Author:
Joe D. Velopar

Method Summary
 Method find(String propertyName, Object target)
           
 

Method Detail

find

Method find(String propertyName,
            Object target)
Parameters:
propertyName - property name related to the method to be found.
target - JavaBean instance.
Returns:
the method found or null if not found.