Uses of Class
org.jbeanmapper.PropertyMapping

Packages that use PropertyMapping
org.jbeanmapper   
org.jbeanmapper.configurator   
 

Uses of PropertyMapping in org.jbeanmapper
 

Methods in org.jbeanmapper with parameters of type PropertyMapping
 void BeanMapping.addPropertyMapping(PropertyMapping mapping)
           
 

Uses of PropertyMapping in org.jbeanmapper.configurator
 

Methods in org.jbeanmapper.configurator that return PropertyMapping
protected  PropertyMapping DefaultConfigurator.createPropertyMapping(java.beans.PropertyDescriptor srcPropertyDescriptor, java.beans.PropertyDescriptor targetPropertyDescriptor)
          Create a property mapping from srcPropertyDescriptor to targetPropertyDescriptor.