net.sf.beanlib.provider.collector
Class PublicSetterCollectionLastMethodCollector
java.lang.Object
net.sf.beanlib.provider.collector.PublicSetterCollectionLastMethodCollector
- All Implemented Interfaces:
- BeanMethodCollector
public class PublicSetterCollectionLastMethodCollector
- extends Object
- implements BeanMethodCollector
Supports collecting JavaBean public setter methods.
This class differs from the
PublicSetterMethodCollector
in that Collection and Map setter methods
are guaranteed to be placed after the other setter methods in the returned
Method array.
- Author:
- Joe D. Velopar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicSetterCollectionLastMethodCollector
public PublicSetterCollectionLastMethodCollector()
collect
public Method[] collect(Object bean)
- Specified by:
collect in interface BeanMethodCollector
getMethodPrefix
public String getMethodPrefix()
- Specified by:
getMethodPrefix in interface BeanMethodCollector