https://github.com/code4craft/abc
'A'nother 'B'ean 'C'opier.
https://github.com/code4craft/abc
Last synced: 9 months ago
JSON representation
'A'nother 'B'ean 'C'opier.
- Host: GitHub
- URL: https://github.com/code4craft/abc
- Owner: code4craft
- License: mit
- Created: 2015-04-16T09:12:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T13:00:12.000Z (over 10 years ago)
- Last Synced: 2023-03-22T11:07:45.129Z (almost 3 years ago)
- Language: Java
- Size: 141 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
ABC
----
[](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`