Package org.jbeanmapper

Interface Summary
BeanConverter Data type converter to manage conversion of objects from one type to another.
PropertyMapper Map a property from one class to another.
 

Class Summary
BeanMapper Maps a JavaBean to another JavaBean.
BeanMappers This class consists exclusively of static methods that operate on or return BeanMappers.
BeanMapping Describes a mapping between a source class and a destination class.
BeanUtil Utility methods for javabeans.
DefaultBeanConverter Basic converter.
DefaultPropertyMapper PropertyMapper to handle basic beans.
MappingContext The context for the current mapping.
PropertyMapping Describes a mapping between a source property and a destination property.
 

Exception Summary
BeanMappingException  
PropertyMappingException