net.sf.beanlib.provider.collector
Class PublicSetterMethodCollector

java.lang.Object
  extended by 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

Field Summary
static PublicSetterMethodCollector inst
           
 
Constructor Summary
private PublicSetterMethodCollector()
           
 
Method Summary
 Method[] collect(Object bean)
           
 String getMethodPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inst

public static final PublicSetterMethodCollector inst
Constructor Detail

PublicSetterMethodCollector

private PublicSetterMethodCollector()
Method Detail

collect

public Method[] collect(Object bean)
Specified by:
collect in interface BeanMethodCollector

getMethodPrefix

public String getMethodPrefix()
Specified by:
getMethodPrefix in interface BeanMethodCollector