net.sf.beanlib.provider.collector
Class PublicSetterMethodCollector
java.lang.Object
net.sf.beanlib.provider.collector.PublicSetterMethodCollector
- All Implemented Interfaces:
- BeanMethodCollector
public class PublicSetterMethodCollector
- extends Object
- implements BeanMethodCollector
Supports collecting JavaBean public setter methods.
- Author:
- Joe D. Velopar
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inst
public static final PublicSetterMethodCollector inst
PublicSetterMethodCollector
private PublicSetterMethodCollector()
collect
public Method[] collect(Object bean)
- Specified by:
collect
in interface BeanMethodCollector
getMethodPrefix
public String getMethodPrefix()
- Specified by:
getMethodPrefix
in interface BeanMethodCollector