# abc **Repository Path**: flashsword20/abc ## Basic Information - **Project Name**: abc - **Description**: 'A'nother 'B'ean 'C'opier. - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 7 - **Created**: 2015-04-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ABC ---- [![Build Status](https://api.travis-ci.org/code4craft/xsoup.png?branch=master)](https://travis-ci.org/code4craft/xsoup) **A**nother **B**ean **C**opier. ## What's different Just cover 80% cases with simpler usages. 1. Fields copying instead of Setter/Getter calling 2. Create new instance of target class instead of setting property of existing object ## Core Feature ### 1. Simple API to use. ```java B b = BeanCopier.to(B.class).copy(a); ``` ### 2. Compatible with Guava Function\ ```java List listB = Lists.transform(listA, BeanTransformer.to(B.class)); ``` ### 3. ## License MIT License, see file `LICENSE`