| Package | Description | 
|---|---|
| com.github.erchu.beancp | Object to object mapping library. | 
| com.github.erchu.beancp.commons | Mapping conventions and converters for common use cases. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapperBuilder | MapperBuilder. addMapAnyByConvention(MapConvention... conventions)If two data types has no mapping defined by
  MapperBuilder.addMap(java.lang.Class, java.lang.Class, com.github.erchu.beancp.DeclarativeMapSetup)or any ofaddConvertermethods then this convention will be used. | 
| DeclarativeMap<S,D> | DeclarativeMap. useConvention(MapConvention MapConvention)Adds mappings using convention. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NameBasedMapConventionConvention matches fields by name. | 
Copyright © 2014. All rights reserved.