net.sf.beanlib.provider.collector
Class ProtectedSetterMethodCollector
java.lang.Object
net.sf.beanlib.provider.collector.ProtectedSetterMethodCollector
- All Implemented Interfaces:
- BeanMethodCollector
public class ProtectedSetterMethodCollector
- extends Object
- implements BeanMethodCollector
Supports collecting JavaBean setter methods, both public and protected.
- 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 ProtectedSetterMethodCollector inst
ProtectedSetterMethodCollector
private ProtectedSetterMethodCollector()
collect
public Method[] collect(Object bean)
- Specified by:
collect
in interface BeanMethodCollector
getMethodPrefix
public String getMethodPrefix()
- Specified by:
getMethodPrefix
in interface BeanMethodCollector