org.xerial.util.bean.impl
Class BindRuleGeneratorForBeanStream<E>

java.lang.Object
  extended by org.xerial.util.bean.impl.BindRuleGeneratorForBeanStream<E>
All Implemented Interfaces:
BindRuleGenerator

public class BindRuleGeneratorForBeanStream<E>
extends Object
implements BindRuleGenerator


Constructor Summary
BindRuleGeneratorForBeanStream(Class<E> targetBeanClass)
           
 
Method Summary
<T> BeanBinderSet
getBeanBinderSet(Class<T> beanClass)
          Gets the binder set of the given bean class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindRuleGeneratorForBeanStream

public BindRuleGeneratorForBeanStream(Class<E> targetBeanClass)
                               throws BeanException
Throws:
BeanException
Method Detail

getBeanBinderSet

public <T> BeanBinderSet getBeanBinderSet(Class<T> beanClass)
                               throws BeanException
Description copied from interface: BindRuleGenerator
Gets the binder set of the given bean class

Specified by:
getBeanBinderSet in interface BindRuleGenerator
Returns:
Throws:
BeanException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.