net.sf.beanlib.spi
Interface BeanMethodCollector

All Known Implementing Classes:
FluentSetterMethodCollector, OrderedMethodCollector, PrivateSetterMethodCollector, ProtectedSetterMethodCollector, PublicSetterCollectionLastMethodCollector, PublicSetterMethodCollector

public interface BeanMethodCollector

Used to collect methods from a JavaBean.

Author:
Joe D. Velopar

Method Summary
 Method[] collect(Object bean)
           
 String getMethodPrefix()
           
 

Method Detail

collect

Method[] collect(Object bean)

getMethodPrefix

String getMethodPrefix()