net.sf.beanlib.provider.collector
Class PrivateSetterMethodCollector

java.lang.Object
  extended by net.sf.beanlib.provider.collector.PrivateSetterMethodCollector
All Implemented Interfaces:
BeanMethodCollector

public class PrivateSetterMethodCollector
extends Object
implements BeanMethodCollector

Supports collecting JavaBean setter methods, both public, protected and private.

Author:
Joe D. Velopar

Field Summary
static PrivateSetterMethodCollector inst
           
 
Constructor Summary
private PrivateSetterMethodCollector()
           
 
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 PrivateSetterMethodCollector inst
Constructor Detail

PrivateSetterMethodCollector

private PrivateSetterMethodCollector()
Method Detail

collect

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

getMethodPrefix

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