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

Field Summary
static FluentSetterMethodCollector inst
           
 
Constructor Summary
private 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
 

Field Detail

inst

public static final FluentSetterMethodCollector inst
Constructor Detail

FluentSetterMethodCollector

private 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