net.sf.beanlib.jaxb2
Class FluentSetterMethodCollector

java.lang.Object
  extended by net.sf.beanlib.jaxb2.FluentSetterMethodCollector
All Implemented Interfaces:
BeanMethodCollector

public class FluentSetterMethodCollector
extends Object
implements BeanMethodCollector

Supports collecting Jaxb 2 fluent api setter methods.

Author:
Hanson Char

Constructor Summary
FluentSetterMethodCollector()
           
 
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
 

Constructor Detail

FluentSetterMethodCollector

public FluentSetterMethodCollector()
Method Detail

collect

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

getMethodPrefix

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