org.xerial.util.bean.impl
Interface BindRuleGenerator

All Known Implementing Classes:
BindRuleGeneratorForBeanStream

public interface BindRuleGenerator

Bind Rule Generator interface

Author:
leo

Method Summary
<T> BeanBinderSet
getBeanBinderSet(Class<T> beanClass)
          Gets the binder set of the given bean class
 

Method Detail

getBeanBinderSet

<T> BeanBinderSet getBeanBinderSet(Class<T> beanClass)
                               throws BeanException
Gets the binder set of the given bean class

Type Parameters:
T -
Parameters:
beanClass -
Returns:
Throws:
BeanException


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