Uses of Class
org.jbeanmapper.BeanMapping

Packages that use BeanMapping
org.jbeanmapper   
org.jbeanmapper.configurator   
 

Uses of BeanMapping in org.jbeanmapper
 

Methods in org.jbeanmapper with parameters of type BeanMapping
 void BeanMapper.addBeanMapping(BeanMapping mapping)
          Add a new BeanMapping rule.
 

Uses of BeanMapping in org.jbeanmapper.configurator
 

Methods in org.jbeanmapper.configurator that return BeanMapping
 BeanMapping DefaultConfigurator.getMapping(java.lang.Class clazz, java.lang.Class targetClass)
           
 BeanMapping Configurator.getMapping(java.lang.Class clazz, java.lang.Class targetClass)
          Get a mapping from clazz to targetClass.